解绑鉴权卡

This commit is contained in:
2023-11-28 16:47:19 +08:00
parent d80176bb51
commit 5e54a3f38a

View File

@@ -95,6 +95,7 @@
<if test="physicsCard != null">physics_card = #{physicsCard},</if>
<if test="status != null">status = #{status},</if>
<if test="memberId != null">member_id = #{memberId},</if>
<if test="secretKey != null">secret_key = #{secretKey},</if>
<if test="createBy != null">create_by = #{createBy},</if>
<if test="updateTime != null">update_time = #{updateTime},</if>
<if test="updateBy != null">update_by = #{updateBy},</if>