- 去掉ebai.GetAllRemoteSkus中一个冗长的调度输出

- BaseTask marshal时忽略Result
This commit is contained in:
gazebo
2019-04-11 15:19:57 +08:00
parent 911c6d83ce
commit 660ff1e34c
2 changed files with 2 additions and 2 deletions

View File

@@ -301,7 +301,7 @@ func (p *PurchaseHandler) GetAllRemoteSkus(ctx *jxcontext.Context, storeID int,
if err2 == nil {
return pageSku.List, err2
}
globals.SugarLogger.Debug(utils.Format4Output(callParams, false))
// globals.SugarLogger.Debug(utils.Format4Output(callParams, false))
return nil, err2
}, pages)
tasksch.HandleTask(task, parentTask, false).Run()