You've already forked FrameTour-BE
小程序首页景区列表,任务状态接口
This commit is contained in:
@ -54,4 +54,7 @@
|
||||
</where>
|
||||
group by so.type
|
||||
</select>
|
||||
<select id="countByMemberId" resultType="java.lang.Integer">
|
||||
select count(1) from source where member_id = #{userId}
|
||||
</select>
|
||||
</mapper>
|
Reference in New Issue
Block a user