You've already forked FrameTour-BE
免费数量
This commit is contained in:
@@ -227,4 +227,11 @@
|
||||
<if test="type!=null">and ms.type = #{type} </if>
|
||||
<if test="faceId!=null">and ms.face_id = #{faceId} </if>
|
||||
</select>
|
||||
<select id="listByFaceRelation" resultType="com.ycwl.basic.model.pc.source.entity.MemberSourceEntity">
|
||||
select *
|
||||
from member_source ms
|
||||
where ms.member_id = #{memberId}
|
||||
and ms.face_id = #{faceId}
|
||||
<if test="type!=null">and ms.type = #{type} </if>
|
||||
</select>
|
||||
</mapper>
|
||||
|
Reference in New Issue
Block a user