From b416025a23192dcd38884143d410b0aa5a579587 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Mon, 5 Aug 2024 11:50:17 +0800 Subject: [PATCH] 1 --- business/model/dao/dao_order_sku_financial.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/business/model/dao/dao_order_sku_financial.go b/business/model/dao/dao_order_sku_financial.go index 06562e948..fd3038006 100644 --- a/business/model/dao/dao_order_sku_financial.go +++ b/business/model/dao/dao_order_sku_financial.go @@ -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("--------------------------------------") }