1
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user