修改问题

This commit is contained in:
chenshaohua
2026-05-26 23:40:21 +08:00
parent 634cfbbe1b
commit b9cb591d7f
4 changed files with 1 additions and 17 deletions

View File

@@ -240,9 +240,4 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
select * from sys_user where del_flag='0' and id_card = #{idCard} LIMIT 1
</select>
<select id="selectSysUserById" parameterType="Long" resultType="com.ruoyi.common.core.domain.entity.SysUser">
<include refid="selectUserVo"/>
where u.user_id = #{userId}
</select>
</mapper>