|
@@ -600,7 +600,7 @@ class ProductController extends BaseController
|
|
|
$join = $shop->join ?? 0;
|
|
$join = $shop->join ?? 0;
|
|
|
$default = $shop->default ?? 0;
|
|
$default = $shop->default ?? 0;
|
|
|
if ($join == 0 && $default == 0) {
|
|
if ($join == 0 && $default == 0) {
|
|
|
- //除了小蔡鲜花的蔡总、郑总,其他人直营分店不能改价格
|
|
|
|
|
|
|
+ //除了小蔡鲜花的蔡总、郑总,其他人直营分店不能改价格,多处要同步修改,关键词d_price_change
|
|
|
if(!in_array($this->adminId,[35725,23659])){
|
|
if(!in_array($this->adminId,[35725,23659])){
|
|
|
util::fail('直营店不能改价');
|
|
util::fail('直营店不能改价');
|
|
|
}
|
|
}
|