- only clear sync status when SkuShopCategoryMap succeeded

- and DetailErrList for tasksch.
This commit is contained in:
gazebo
2018-10-27 10:22:25 +08:00
parent 0397729aa0
commit 970e8dc7b2
4 changed files with 24 additions and 9 deletions

View File

@@ -61,9 +61,10 @@ type BaseTask struct {
FailedJobCount int `json:"failedJobCount"`
Status int `json:"status"`
Result []interface{} `json:"result"`
Err error `json:"err"`
Children TaskList `json:"children"`
Result []interface{} `json:"result"`
Err error `json:"err"`
Children TaskList `json:"children"`
DetailErrList []error `json:"detailErrList"`
finishChan chan int
C <-chan int `json:"-"`