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