多门店平台没有创建的商品,删除门店商品时的错误处理

在设置删除门店商品时,必须要是skuname或sku不存在的商品时会设置删除日期
This commit is contained in:
gazebo
2019-11-01 15:23:39 +08:00
parent 0c2981e8f8
commit 28c0c5a393
3 changed files with 8 additions and 7 deletions

View File

@@ -265,6 +265,5 @@ func IsMultiStore(vendorID int) bool {
if _, ok := GetPurchasePlatformFromVendorID(vendorID).(IMultipleStoresHandler); ok {
return true
}
return false
}