京东商城店内分类修改

This commit is contained in:
苏尹岚
2020-05-27 17:04:53 +08:00
parent e58bc63c82
commit 7befc48561
3 changed files with 20 additions and 12 deletions

View File

@@ -335,7 +335,7 @@ func updateStoreSku(db *dao.DaoDB, vendorID int, storeSkuList []*dao.StoreSkuSyn
// }
// }()
if vendorID == model.VendorIDJDShop {
if syncStatus != model.SyncFlagPriceMask {
if syncStatus != model.SyncFlagPriceMask && syncStatus != model.SyncFlagSaleMask {
for _, v := range storeSkuList {
updateItemList := make([]*dao.KVUpdateItem, len(v.StoreSkuSyncInfoJds))
for k, vv := range v.StoreSkuSyncInfoJds {