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

View File

@@ -3731,8 +3731,10 @@ func GetDiffJxStoreAndMTWMStoreInfo(ctx *jxcontext.Context, storeIDs []int) (err
comment += "电话不同;" comment += "电话不同;"
} }
tmpDiffStore.Comment = comment tmpDiffStore.Comment = comment
if comment != "" {
tmpDiffStoreList = append(tmpDiffStoreList, tmpDiffStore) tmpDiffStoreList = append(tmpDiffStoreList, tmpDiffStore)
} }
}
excelConf := &excel.Obj2ExcelSheetConfig{ excelConf := &excel.Obj2ExcelSheetConfig{
Title: "sheet1", Title: "sheet1",