123
This commit is contained in:
@@ -88,6 +88,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
order by t1.update_time desc
|
||||
limit 20
|
||||
</select>
|
||||
<select id="getMinUserById" resultType="com.ruoyi.cai.dto.commom.user.MinUser">
|
||||
select id,gender
|
||||
from cai_user t1
|
||||
where id = #{userId}
|
||||
</select>
|
||||
|
||||
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user