diff --git a/business/model/dao/dao_order_sku_financial.go b/business/model/dao/dao_order_sku_financial.go index 8e900399f..06562e948 100644 --- a/business/model/dao/dao_order_sku_financial.go +++ b/business/model/dao/dao_order_sku_financial.go @@ -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 `