用户管理、角色管理BUG修复

This commit is contained in:
cwchen 2025-08-29 14:17:02 +08:00
parent 21bcc2f4b9
commit 2c19383fbd
1 changed files with 1 additions and 0 deletions

View File

@ -292,6 +292,7 @@
AND (role_id!=1 OR role_name!='超级管理员' OR role_key!='admin') AND (role_id!=1 OR role_name!='超级管理员' OR role_key!='admin')
</if> </if>
AND del_flag = '0' AND del_flag = '0'
AND `status` = '0'
</where> </where>
</select> </select>
<!--查询用户角色所属分公司--> <!--查询用户角色所属分公司-->