This commit is contained in:
邹宗楠
2025-05-16 10:22:07 +08:00
parent 5496c70e3a
commit 6ffa263efb
2 changed files with 2 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ func GetBadCommentOrderId(jxStoreId int, startTime, endTime time.Time, foodNameL
return "", err
}
globals.SugarLogger.Debugf("--------commentOrder := %s", utils.Format4Output(commentOrder, false))
// 全等于的话就是目标订单
vendorOrderIdList := make([]string, 0, 0)
for _, v := range commentOrder {