删除京东商商品修改

This commit is contained in:
苏尹岚
2020-05-22 16:25:16 +08:00
parent dc7c9d210c
commit b434f727a8
5 changed files with 18 additions and 10 deletions

View File

@@ -87,7 +87,7 @@ func SyncStoreCategories(ctx *jxcontext.Context, parentTask tasksch.ITask, vendo
storeCatMap.ID = catInfo.MapID
var failedList []*partner.StoreSkuInfoWithErr
if catInfo.IsExdSpec == model.YES {
if vendorID == model.VendorIDJD || vendorID == model.VendorIDMTWM || vendorID == model.VendorIDYB {
if vendorID != model.VendorIDEBAI {
return nil, err
}
}