You've already forked FrameTour-BE
bindFace
This commit is contained in:
@@ -517,4 +517,9 @@
|
||||
and oi.goods_id = #{goodsId}
|
||||
</if>
|
||||
</select>
|
||||
<update id="updateMemberIdByFaceId">
|
||||
update `order`
|
||||
set member_id = #{memberId}
|
||||
where face_id = #{faceId}
|
||||
</update>
|
||||
</mapper>
|
Reference in New Issue
Block a user