This commit is contained in:
邹宗楠
2024-08-05 11:50:17 +08:00
parent e5ba31d37e
commit b416025a23

View File

@@ -38,11 +38,12 @@ func GetBadCommentOrderId(jxStoreId int, startTime, endTime time.Time, foodNameL
vendorOrderIdList = append(vendorOrderIdList, v.VendorOrderId)
}
}
if len(vendorOrderIdList) == 0 {
globals.SugarLogger.Debugf("--------------------------------------")
if jxStoreId == 669201 {
globals.SugarLogger.Debugf("commentOrder name list := %s", utils.Format4Output(commentOrder, false))
globals.SugarLogger.Debugf("foodNameList name list := %s", utils.Format4Output(foodNameList, false))
globals.SugarLogger.Debugf("jxStoreId name list := %s", utils.Format4Output(jxStoreId, false))
globals.SugarLogger.Debugf("jxStoreId name list start := %s", utils.Format4Output(startTime, false))
globals.SugarLogger.Debugf("jxStoreId name list endTime:= %s", utils.Format4Output(endTime, false))
globals.SugarLogger.Debugf("--------------------------------------")
}