This commit is contained in:
2025-01-21 14:48:58 +08:00
parent 812a4b6331
commit 29715bda78
16 changed files with 336 additions and 116 deletions

View File

@@ -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 face_id = #{faceId} and type = #{type}
where member_id = #{memberId} and face_id = #{faceId} and `type` = #{type}
</update>
<delete id="deleteById">
delete from source where id = #{id}