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