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 暂时这样