ruoyi-modules/ruoyi-system/src/main/resources/mapping/system/SysUserMapper.xml
@@ -153,7 +153,7 @@ <if test="null != req.objectId"> and objectId = #{req.objectId} </if> and del_flag = '0' and role_type =1 and del_flag = '0' order by create_time desc </select> <select id="getAllList" resultType="com.ruoyi.system.api.domain.SysUser">