This commit is contained in:
邹宗楠
2024-08-05 11:28:12 +08:00
parent 7c2fa74d2d
commit 0e8d743549

View File

@@ -39,9 +39,11 @@ func GetBadCommentOrderId(jxStoreId int, startTime, endTime time.Time, foodNameL
}
}
if len(vendorOrderIdList) == 0 {
globals.SugarLogger.Debugf("--------------------------------------")
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("--------------------------------------")
}
sql2 := `SELECT * FROM order_sku_financial WHERE vendor_order_id = ? AND is_afs_order = 0 AND vendor_id = 1 `