ruoyi-system/src/main/resources/mapper/system/UserMapper.xml
@@ -125,5 +125,16 @@ and depart_lims_id != '' and FIND_IN_SET(#{departmentId}, depart_lims_id) </select> <select id="selectUserListByPerformance" resultType="com.ruoyi.common.core.domain.entity.User"> select * from user u <if test="isTestUser!=null and isTestUser"> inner join sys_user_role sur on u.id = sur.user_id AND sur.role_id=4 </if> where u.status = '0' and u.del_flag = '0' and u.dept_id=124 ORDER BY u.sort </select> </mapper>