From 40ca86e7870957a73c5d4ed2ef4caa2ee629414b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Tue, 23 Sep 2025 17:06:46 +0800 Subject: [PATCH] 1 --- business/jxcallback/orderman/orderman_ext.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/business/jxcallback/orderman/orderman_ext.go b/business/jxcallback/orderman/orderman_ext.go index 3a6491058..a802c492a 100644 --- a/business/jxcallback/orderman/orderman_ext.go +++ b/business/jxcallback/orderman/orderman_ext.go @@ -488,10 +488,6 @@ func (c *OrderManager) ExportOrders(ctx *jxcontext.Context, fromDateStr, toDateS var afsSkuMapObj = make(map[string]bool, 0) for _, v := range orders { if afsInfo := afsSkuMap[jxutils.ComposeUniversalOrderID(v.VendorOrderID, v.VendorID)]; afsInfo != nil { - if orders[0].VendorOrderID == "301782063256040331" { - globals.SugarLogger.Debugf("----orders:- %s", utils.Format4Output(v, false)) - globals.SugarLogger.Debugf("----afsSkuMap:- %s", utils.Format4Output(afsInfo, false)) - } if afsInfo[v.SkuID] != nil && afsInfo[v.SkuID].Count >= 0 { minus := afsInfo[v.SkuID].Count if minus > v.SkuCount2 {