From 03c7b0e2f797964d50a6a6b4f5c3c15f7dc5c91b Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期二, 29 十月 2019 12:00:54 +0800
Subject: [PATCH] tagList add bwType and analyServerId
---
controllers/taglist.go | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/controllers/taglist.go b/controllers/taglist.go
index 485bfb4..519fbea 100644
--- a/controllers/taglist.go
+++ b/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
--
Gitblit v1.8.0