From 31f3e1964a37efc54f42ccaad91662ceb569c8f6 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期四, 31 十月 2019 19:10:19 +0800 Subject: [PATCH] update protomsg --- controllers/fileController.go | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/controllers/fileController.go b/controllers/fileController.go index d692755..4e596a1 100644 --- a/controllers/fileController.go +++ b/controllers/fileController.go @@ -300,10 +300,6 @@ isAlarmInt, _ := strconv.Atoi(vp.IsAlarm) var bi []DbPersonVo for _,p :=range vp.BaseInfo { - if p.TableName == "鍏徃浜哄憳鏂�" { - logger.Debug("FillData p.BwType:",p.BwType) - } - bi = append(bi, DbPersonVo{ PersonId: p.PersonId, IdCard: p.IdCard, @@ -314,7 +310,7 @@ PhoneNum: p.PhoneNum, Sex: p.Sex, TableId: p.TableId, - BwType: strconv.Itoa(int(p.BwType)), + BwType: p.BwType, TableName: p.TableName, }) } -- Gitblit v1.8.0