| xqd
@@ -104,7 +104,7 @@ class UserController extends Controller
|
|
|
{
|
|
|
if(Request::method() == 'POST'){
|
|
|
$data = Request::input('info');
|
|
|
- $data['store_id'] = $this->getStoreId();
|
|
|
+ // $data['store_id'] = $this->getStoreId();
|
|
|
if(isset($data['admin_role_id']))$data['admin_role_id'] = implode(',', $data['admin_role_id']);
|
|
|
if($this->_service->create($data)){
|
|
|
$this->showMessage('操作成功', urldecode(Request::input('_referer')));
|