|
@@ -493,7 +493,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) {
|
|
|
- //因为盘点不能将花材盘成0,所以这边放出入口允许创始人在分店修改分店的库存
|
|
|
|
|
|
|
+ //因为盘点不能将花材盘成0,所以这边放出入口允许创始人在分店修改分店的花材库存
|
|
|
if ($shopAdmin->founder != 2) {
|
|
if ($shopAdmin->founder != 2) {
|
|
|
util::fail('请在首店操作');
|
|
util::fail('请在首店操作');
|
|
|
}
|
|
}
|