|
|
@ -482,7 +482,7 @@ class AuthManagerController extends AdminController{
|
|
|
|
if ($AuthGroup->where("id = {$gid}")->save(array('data_empower_type'=>$data_empower_type,'data_president'=>$promoteData))) {
|
|
|
|
if ($AuthGroup->where("id = {$gid}")->save(array('data_empower_type'=>$data_empower_type,'data_president'=>$promoteData))) {
|
|
|
|
$this->success('操作成功',U('AuthManager/index'));
|
|
|
|
$this->success('操作成功',U('AuthManager/index'));
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
$this->error('操作失败,请改变成员');
|
|
|
|
$this->success('操作成功',U('AuthManager/index'));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|