This commit is contained in:
邹宗楠
2025-04-18 13:42:00 +08:00
parent 58363054ea
commit 625ddfe495
2 changed files with 3 additions and 4 deletions

View File

@@ -645,7 +645,6 @@ func (c *OrderManager) ExportOrders(ctx *jxcontext.Context, fromDateStr, toDateS
tasksch.ManageTask(task).Run()
if !isAsync {
if result, err := task.GetResult(0); err == nil {
globals.SugarLogger.Debugf("--------result:= %s", utils.Format4Output(result, false))
hint = jxutils.TaskResult2Hint(result)
}
} else {