sunty
2019-07-30 82e7baf2276f4038705a83c0c5a2cb18828791e5
fix taglist
1个文件已修改
5 ■■■■■ 已修改文件
controllers/taglist.go 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
controllers/taglist.go
@@ -37,8 +37,9 @@
        tokenRes["key"] = key
        tokenRes["title"] = value.(map[string]interface{})["tableName"].(string)
        tokenRes["value"] = value.(map[string]interface{})["id"].(string)
        tokenRes["status"] = value.(map[string]interface{})["isDelete"]
        if tokenRes["status"] == 1  {
        status := int(value.(map[string]interface{})["isDelete"].(float64))
        tokenRes["status"] = status
        if status == 1  {
            if GetTotalFromDb(key) == false{
                continue
            }