ruoyi-system/src/main/resources/mapper/system/UserMapper.xml
@@ -77,7 +77,8 @@ u1.name_en, u1.depart_lims_id from user u1 WHERE u1.id IN (SELECT user_id FROM sys_user_role sur where sur.role_id not in (1, 15, 16, 17)) WHERE u1.id IN (SELECT user_id FROM sys_user_role sur where sur.role_id in (4)) -- WHERE u1.id IN (SELECT user_id FROM sys_user_role sur where sur.role_id not in (1, 15, 16, 17)) and u1.status = '0' </select>