liuxiaolong
2019-07-26 faf0c4936c36695bac0c7e37a1b7f383c6e0984a
controllers/taglist.go
@@ -35,7 +35,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)
      tokenRes["status"] = value.(map[string]interface{})["isDelete"].(string)
      tokenRes["status"] = value.(map[string]interface{})["isDelete"]
      sources = append(sources, tokenRes)
   }
   util.ResponseFormat(c, code.Success, sources)