修改错误的返回类型

pull/174/head
yuyulangqi 4 years ago committed by Gitee
parent 7c3425ee9b
commit 02d3e6b022
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -46,7 +46,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
where post_id = #{postId}
</select>
<select id="selectPostListByUserId" parameterType="Long" resultType="Integer">
<select id="selectPostListByUserId" parameterType="Long" resultType="Long">
select p.post_id
from sys_post p
left join sys_user_post up on up.post_id = p.post_id

Loading…
Cancel
Save