You've already forked FrameTour-BE
0元购逻辑,直接送
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
<if test="isBuy!=null">is_buy = #{isBuy}, </if>
|
||||
<if test="orderId!=null">order_id = #{orderId}, </if>
|
||||
</set>
|
||||
where member_id = #{memberId} and source_id = #{sourceId} and type = #{type}
|
||||
where member_id = #{memberId} and face_id = #{faceId} and type = #{type}
|
||||
</update>
|
||||
<delete id="deleteById">
|
||||
delete from source where id = #{id}
|
||||
|
Reference in New Issue
Block a user