liuxiaolong
2019-07-26 600b4214599a50a39dd20627c3ee5e7d7f903eb2
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)