添加支付密码

This commit is contained in:
韩鹏辉
2024-05-23 16:26:02 +08:00
parent 0ce2a889c2
commit 76543f2360
2 changed files with 2 additions and 9 deletions

View File

@@ -306,14 +306,6 @@
dynamic_code = #{dynamicCode,jdbcType=VARCHAR},
</if>
<if test="isPwd != null">
is_pwd = #{isPwd,jdbcType=VARCHAR},
</if>
<if test="pwd != null">
pwd = #{pwd,jdbcType=VARCHAR},
</if>
<if test="isAttention != null">
is_attention = #{isAttention,jdbcType=TINYINT},
</if>