init
This commit is contained in:
@@ -104,7 +104,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
order by t4.last_login_time desc
|
order by t4.last_login_time desc
|
||||||
</select>
|
</select>
|
||||||
<select id="getMinUserById" resultType="com.ruoyi.xq.dto.common.user.MinUser">
|
<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
|
from xq_user t1
|
||||||
where t1.id = #{userId}
|
where t1.id = #{userId}
|
||||||
</select>
|
</select>
|
||||||
|
|||||||
Reference in New Issue
Block a user