From 82db3af23daa1a786c2d7c262334edea5a787927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Mon, 1 Jul 2024 09:17:32 +0800 Subject: [PATCH] 1 --- business/jxcallback/orderman/orderman_ext.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxcallback/orderman/orderman_ext.go b/business/jxcallback/orderman/orderman_ext.go index d34959393..fabcbb5f1 100644 --- a/business/jxcallback/orderman/orderman_ext.go +++ b/business/jxcallback/orderman/orderman_ext.go @@ -473,6 +473,7 @@ func (c *OrderManager) ExportOrders(ctx *jxcontext.Context, fromDateStr, toDateS afsInfo[v.SkuID].Count -= minus } } + globals.SugarLogger.Debugf("==========SkuCount2 %d", v.SkuCount2) if v.SkuCount2 > 0 { var skuStr string if beego.BConfig.RunMode == "jxgy" {