You've already forked FrameTour-BE
1
This commit is contained in:
@@ -139,7 +139,7 @@
|
||||
<if test="isBuy!=null">and ms.is_buy = #{isBuy} </if>
|
||||
<if test="type!=null">and ms.type = #{type} </if>
|
||||
<if test="faceId!=null">and ms.face_id = #{faceId} </if>
|
||||
order by so.create_time asc
|
||||
order by ms.is_free desc, so.create_time asc
|
||||
</select>
|
||||
|
||||
<select id="listUserOne" resultType="com.ycwl.basic.model.pc.source.resp.SourceRespVO">
|
||||
@@ -214,4 +214,14 @@
|
||||
</if>
|
||||
and watermark_type = #{watermarkType}
|
||||
</select>
|
||||
<select id="countUser" resultType="java.lang.Integer">
|
||||
select count(1)
|
||||
from member_source ms
|
||||
where
|
||||
ms.member_id = #{memberId}
|
||||
<if test="scenicId!= null">and ms.scenic_id = #{scenicId} </if>
|
||||
<if test="isBuy!=null">and ms.is_buy = #{isBuy} </if>
|
||||
<if test="type!=null">and ms.type = #{type} </if>
|
||||
<if test="faceId!=null">and ms.face_id = #{faceId} </if>
|
||||
</select>
|
||||
</mapper>
|
||||
|
Reference in New Issue
Block a user