You've already forked FrameTour-BE
bindFace
This commit is contained in:
@@ -242,4 +242,9 @@
|
||||
and ms.face_id = #{faceId}
|
||||
<if test="type!=null">and ms.type = #{type} </if>
|
||||
</select>
|
||||
<update id="updateMemberIdByFaceId">
|
||||
update member_source
|
||||
set member_id = #{memberId}
|
||||
where face_id = #{faceId}
|
||||
</update>
|
||||
</mapper>
|
||||
|
Reference in New Issue
Block a user