用户管理、角色管理BUG修复
This commit is contained in:
parent
21bcc2f4b9
commit
2c19383fbd
|
|
@ -292,6 +292,7 @@
|
|||
AND (role_id!=1 OR role_name!='超级管理员' OR role_key!='admin')
|
||||
</if>
|
||||
AND del_flag = '0'
|
||||
AND `status` = '0'
|
||||
</where>
|
||||
</select>
|
||||
<!--查询用户角色所属分公司-->
|
||||
|
|
|
|||
Loading…
Reference in New Issue