diff --git a/business/jxcallback/orderman/orderman_ext.go b/business/jxcallback/orderman/orderman_ext.go index aabf8812b..5a79c56f9 100644 --- a/business/jxcallback/orderman/orderman_ext.go +++ b/business/jxcallback/orderman/orderman_ext.go @@ -638,7 +638,7 @@ func (c *OrderManager) ExportOrders(ctx *jxcontext.Context, fromDateStr, toDateS if err = err2; err == nil { task.SetNoticeMsg(excelURL) } - return excelURL, nil + return []string{excelURL}, nil } return nil, err }, 5) @@ -646,7 +646,7 @@ func (c *OrderManager) ExportOrders(ctx *jxcontext.Context, fromDateStr, toDateS if !isAsync { if result, err := task.GetResult(0); err == nil { globals.SugarLogger.Debugf("--------result:= %s", utils.Format4Output(result, false)) - hint = "22" + hint = jxutils.TaskResult2Hint(result) } } else { hint = task.GetID()