- 同步平台商品时,如果修复一个不存在的SKU,要报错。删除成功后清除平台SKUID

This commit is contained in:
gazebo
2019-08-14 16:58:15 +08:00
parent 79925dd1de
commit 97fe760ac5
2 changed files with 32 additions and 21 deletions

View File

@@ -62,6 +62,7 @@ type ITask interface {
GetErr() error
// GetDetailErrList() []error
GetLeafResult() (finishedItemCount, failedItemCount int)
AddBatchErr(err error)
json.Marshaler
}