银豹分类修改

This commit is contained in:
苏尹岚
2020-03-25 11:59:46 +08:00
parent 6395ac1b1e
commit 1cdada6076
3 changed files with 57 additions and 8 deletions

View File

@@ -85,7 +85,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 {
if vendorID == model.VendorIDJD || vendorID == model.VendorIDMTWM || vendorID == model.VendorIDYB {
return nil, err
}
}