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