liuxiaolong
2019-10-29 03c7b0e2f797964d50a6a6b4f5c3c15f7dc5c91b
tagList add bwType and analyServerId
1个文件已修改
2 ■■■■■ 已修改文件
controllers/taglist.go 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
controllers/taglist.go
@@ -36,6 +36,8 @@
                tokenRes["title"] = dt.TableName
                tokenRes["value"] = dt.Id
                tokenRes["status"] = dt.IsDelete
                tokenRes["bwType"] = dt.BwType //0:白名单,1:黑名单
                tokenRes["analyServerId"] = dt.AnalyServerId //为空是同步库,不为空是本地库
                if dt.IsDelete == 1 {
                    if GetTotalFromDb(dt.Id) == false {
                        continue