controllers/taglist.go | ●●●●● 补丁 | 查看 | 原始文档 | 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 }