|
|
@@ -143,6 +143,10 @@ class ShopController extends BaseController
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ $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;
|
|
|
+
|
|
|
ShopClass::valid($shop, $this->sjId);
|
|
|
//手机号具有唯一性,暂时不允许修改
|
|
|
unset($post['mobile']);
|