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{