Commit fedb8b2a authored by hujun's avatar hujun

编辑经纪人去除角色编辑

parent b4d71835
......@@ -160,8 +160,7 @@ class Agent extends Basic
$data['admin_off'] = $this->params['admin_off'];
$data['sex'] = $this->params['sex'];
$data['remarks'] = $this->params['remarks'];
$data['auth_group_id'] = $this->params['auth_group_id'];
if ($m_agent->editData($data, $id)) {
return $this->response(200, '成功');
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment