多门店平台没有创建的商品,删除门店商品时的错误处理
在设置删除门店商品时,必须要是skuname或sku不存在的商品时会设置删除日期
This commit is contained in:
@@ -265,6 +265,5 @@ func IsMultiStore(vendorID int) bool {
|
||||
if _, ok := GetPurchasePlatformFromVendorID(vendorID).(IMultipleStoresHandler); ok {
|
||||
return true
|
||||
}
|
||||
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user