liuxiaolong
2019-07-26 cc9cb1af260fa2683f2a164251c800142a3ba125
fix bug
1个文件已修改
2 ■■■ 已修改文件
controllers/taglist.go 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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)