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