master
ELF 4 years ago
parent f37f6c51dd
commit 4bb7015e1b

@ -392,8 +392,8 @@ class UserController extends AdminController
if (is_null($group)) {
$this->error('角色类型不存在!');
} else {
if (!IS_ROOT && strpos($group['title'], '市场专员') !== false && !isMarketLeader()) {
$this->error('市场专员编辑仅允许市场总监操作!');
if (isMarketLeader() && strpos($group['title'], '市场专员') === false) {
$this->error('市场总监只允许操作允许编辑市场专员账号');
}
}
// if (isset($_POST['mobile']) && $_POST['mobile'] != '') {

Loading…
Cancel
Save