This commit is contained in:
苏尹岚
2020-09-29 14:53:57 +08:00
parent 151ff88c58
commit 85935e7880

View File

@@ -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{