|
|
@@ -157,6 +157,12 @@ class ShopController extends BaseController
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ if($this->mainId == 59421){
|
|
|
+ if (!in_array($this->adminId, [4])) {
|
|
|
+ util::fail('门店已停用,请联系管理员');
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
$post['meetNum'] = isset($post['meetNum']) && !empty($post['meetNum']) ? $post['meetNum'] : 0;
|
|
|
$post['meetAmount'] = isset($post['meetAmount']) && !empty($post['meetAmount']) ? $post['meetAmount'] : 0;
|
|
|
$post['cutAmount'] = isset($post['cutAmount']) && !empty($post['cutAmount']) ? $post['cutAmount'] : 0;
|