From 85935e78800a417b73cfb6b36af3862c1f42f800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Tue, 29 Sep 2020 14:53:57 +0800 Subject: [PATCH] mtps --- business/jxstore/cms/store.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index 39f124510..b823d2076 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -3731,7 +3731,9 @@ func GetDiffJxStoreAndMTWMStoreInfo(ctx *jxcontext.Context, storeIDs []int) (err comment += "电话不同;" } tmpDiffStore.Comment = comment - tmpDiffStoreList = append(tmpDiffStoreList, tmpDiffStore) + if comment != "" { + tmpDiffStoreList = append(tmpDiffStoreList, tmpDiffStore) + } } excelConf := &excel.Obj2ExcelSheetConfig{