修改京东商城商品属性
This commit is contained in:
@@ -432,7 +432,9 @@ func syncStoreSkuNew(ctx *jxcontext.Context, parentTask tasksch.ITask, causeFlag
|
||||
var failedList []*partner.StoreSkuInfoWithErr
|
||||
for _, sku := range skus {
|
||||
if vendorID == model.VendorIDJDShop && storeID != model.JdShopMainStoreID {
|
||||
sku.SkuSyncStatus = model.SyncFlagSaleMask
|
||||
if sku.SkuSyncStatus != 0 {
|
||||
sku.SkuSyncStatus = model.SyncFlagSaleMask
|
||||
}
|
||||
}
|
||||
if !useVendorPriceDirectly &&
|
||||
!isSkuLockTimeValid(sku) {
|
||||
|
||||
Reference in New Issue
Block a user