You've already forked FrameTour-BE
C a c h e
This commit is contained in:
@@ -237,8 +237,7 @@
|
||||
<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}
|
||||
where ms.face_id = #{faceId}
|
||||
<if test="type!=null">and ms.type = #{type} </if>
|
||||
</select>
|
||||
<update id="updateMemberIdByFaceId">
|
||||
|
||||
Reference in New Issue
Block a user