1
This commit is contained in:
@@ -645,6 +645,8 @@ func (c *OrderManager) ExportOrders(ctx *jxcontext.Context, fromDateStr, toDateS
|
|||||||
tasksch.ManageTask(task).Run()
|
tasksch.ManageTask(task).Run()
|
||||||
if !isAsync {
|
if !isAsync {
|
||||||
resultList, err2 := task.GetResult(0)
|
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 err = err2; err == nil {
|
||||||
if len(resultList) == 0 {
|
if len(resultList) == 0 {
|
||||||
hint = "1" // todo 暂时这样
|
hint = "1" // todo 暂时这样
|
||||||
|
|||||||
Reference in New Issue
Block a user