果园新订单提示,下架商品部删除
This commit is contained in:
@@ -224,10 +224,10 @@ func isStoreSkuSyncNeedDelete(storeSku *dao.StoreSkuSyncInfo) bool {
|
||||
storeSku.NameID == 0 || storeSku.NameStatus != model.SkuStatusNormal {
|
||||
return true
|
||||
}
|
||||
if storeSku.Status != model.SkuStatusNormal {
|
||||
storeSku.IsDeletedBySku = true
|
||||
return true
|
||||
}
|
||||
// if storeSku.Status != model.SkuStatusNormal {
|
||||
// storeSku.IsDeletedBySku = true
|
||||
// return true
|
||||
// }
|
||||
return false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user