...
|
...
|
@@ -24,7 +24,7 @@ class Business extends Base |
|
|
$postParam = $this->request->param();
|
|
|
$this->postParam = $postParam;
|
|
|
parent::_initialize();
|
|
|
$this->auth->id=3 ;//测试用
|
|
|
//$this->auth->id=3 ;//测试用
|
|
|
$postParam = $this->request->param();
|
|
|
$this->postParam = $postParam;
|
|
|
if (empty($postParam['store_id'])) {
|
...
|
...
|
|