From a4480bf45ab995ad7c68b839fc20943bdb1fdeb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Fri, 18 Apr 2025 10:23:32 +0800 Subject: [PATCH] 1 --- business/jxcallback/orderman/orderman_ext.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/business/jxcallback/orderman/orderman_ext.go b/business/jxcallback/orderman/orderman_ext.go index eaf99ae5b..a9361d537 100644 --- a/business/jxcallback/orderman/orderman_ext.go +++ b/business/jxcallback/orderman/orderman_ext.go @@ -645,6 +645,8 @@ func (c *OrderManager) ExportOrders(ctx *jxcontext.Context, fromDateStr, toDateS tasksch.ManageTask(task).Run() if !isAsync { resultList, err2 := task.GetResult(0) + globals.SugarLogger.Debugf("-----------err := %v", err) + globals.SugarLogger.Debugf("-----------resultList := %s", utils.Format4Output(resultList, false)) if err = err2; err == nil { if len(resultList) == 0 { hint = "1" // todo 暂时这样