From 37502b82b870fa7bbc79f7d2520f3cf5c052215c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Thu, 14 Aug 2025 10:14:14 +0800 Subject: [PATCH] 1 --- business/jxcallback/orderman/orderman_ext.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/business/jxcallback/orderman/orderman_ext.go b/business/jxcallback/orderman/orderman_ext.go index bc099c570..9144ff648 100644 --- a/business/jxcallback/orderman/orderman_ext.go +++ b/business/jxcallback/orderman/orderman_ext.go @@ -1034,9 +1034,6 @@ func (c *OrderManager) GetStoresOrderSaleInfoNew(ctx *jxcontext.Context, storeID if len(skuList) > 0 { flagVendorOrderID = skuList[0].VendorOrderID } - if storeIDList[0] == 805178 { - globals.SugarLogger.Debugf("-------skuList := %s", utils.Format4Output(skuList, false)) - } for k, v := range skuList { storeDetail, _ := dao.GetStoreDetail(db, v.StoreID, v.VendorID, "") if v.EarningPrice == 0 {