This commit is contained in:
邹宗楠
2023-01-06 18:33:06 +08:00
parent 972b253706
commit 3e1d48f11c
2 changed files with 1 additions and 4 deletions

View File

@@ -370,9 +370,6 @@ func sku2Update(vendorID int, sku *dao.StoreSkuSyncInfo, syncStatus int8) (item
sku.SkuSyncStatus = sku.SkuSyncStatus & model.SyncFlagNewMask
} else {
sku.SkuSyncStatus = sku.SkuSyncStatus & model.SyncFlagPriceMask
if sku.VendorID == model.VendorIDDD && sku.StoreSkuStatus == 57 {
sku.SkuSyncStatus = 57
}
}
} else if syncStatus&model.SyncFlagStockMask != 0 {
if isStoreSkuSyncNeedDelete(sku) {