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" {