liuxiaolong
2019-07-26 06a5b7be21e8c05bf3695754fe6f4714a7fccd68
controllers/taglist.go
@@ -36,7 +36,7 @@
      tokenRes["key"] = value.(map[string]interface{})["id"].(string)
      tokenRes["title"] = value.(map[string]interface{})["tableName"].(string)
      tokenRes["value"] = value.(map[string]interface{})["id"].(string)
      status = int(value.(map[string]interface{})["isDelete"].(float64))
      status := int(value.(map[string]interface{})["isDelete"].(float64))
       tokenRes["status"] = strconv.Itoa(status)
      sources = append(sources, tokenRes)
   }