|
|
@@ -586,7 +586,7 @@ class ProductController extends BaseController
|
|
|
$join = $shop->join ?? 0;
|
|
|
$default = $shop->default ?? 0;
|
|
|
if ($join == 0 && $default == 0) {
|
|
|
- util::fail('当前直营分店,只能回总店修改价格');
|
|
|
+ util::fail('直营分店不能改价');
|
|
|
}
|
|
|
|
|
|
$shopAdmin = $this->shopAdmin;
|