添加会员支付

This commit is contained in:
韩鹏辉
2024-04-18 13:59:16 +08:00
parent 83a08265c3
commit 4fc29e3ad8
8 changed files with 192 additions and 15 deletions

View File

@@ -301,6 +301,19 @@
<if test="code != null">
code = #{code,jdbcType=VARCHAR},
</if>
<if test="dynamicCode != null">
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>