diff --git a/business/jxcallback/orderman/orderman_ext.go b/business/jxcallback/orderman/orderman_ext.go index d25f2c0ae..d34959393 100644 --- a/business/jxcallback/orderman/orderman_ext.go +++ b/business/jxcallback/orderman/orderman_ext.go @@ -452,6 +452,10 @@ func (c *OrderManager) ExportOrders(ctx *jxcontext.Context, fromDateStr, toDateS var order *model.GoodsOrderExt var orders2 []*model.GoodsOrderExt for _, v := range orders { + if v.VendorOrderID == "601112850243823799" { + globals.SugarLogger.Debugf("==========vendorOrder %s", utils.Format4Output(v, false)) + globals.SugarLogger.Debugf("==========afsInfo %s", utils.Format4Output(afsSkuMap[jxutils.ComposeUniversalOrderID(v.VendorOrderID, v.VendorID)], false)) + } if afsInfo := afsSkuMap[jxutils.ComposeUniversalOrderID(v.VendorOrderID, v.VendorID)]; afsInfo != nil { if afsInfo[v.SkuID] != nil && afsInfo[v.SkuID].Count >= 0 { minus := afsInfo[v.SkuID].Count