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 {