From c0d01b4d21f7c3e9d1a6c3efab52dfd7a98fee29 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:11:44 +0800 Subject: [PATCH] 1 --- business/jxcallback/orderman/orderman_ext.go | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/business/jxcallback/orderman/orderman_ext.go b/business/jxcallback/orderman/orderman_ext.go index a802c492a..f5f12d094 100644 --- a/business/jxcallback/orderman/orderman_ext.go +++ b/business/jxcallback/orderman/orderman_ext.go @@ -488,6 +488,14 @@ 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("----SkuShopPrice:- %d", v.SkuShopPrice) + globals.SugarLogger.Debugf("----SkuEarningPrice:- %d", v.SkuEarningPrice) + globals.SugarLogger.Debugf("----SkuSalePrice:- %d", v.SkuSalePrice) + globals.SugarLogger.Debugf("----SkuCount2:- %d", v.SkuCount2) + globals.SugarLogger.Debugf("----SkuID:- %d", v.SkuID) + 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 {