This commit is contained in:
张良(004796)
2024-05-07 15:10:29 +08:00
parent cbe9327457
commit 4086fc7c46

View File

@@ -104,7 +104,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
order by t4.last_login_time desc
</select>
<select id="getMinUserById" resultType="com.ruoyi.xq.dto.common.user.MinUser">
select t1.id,t1.usercode
select t1.id,t1.usercode,t1.nickname
from xq_user t1
where t1.id = #{userId}
</select>