@@ -106,7 +106,7 @@
update sys_payment_config
<set>
<if test="type != null">
- type_ = #{organId,jdbcType=INTEGER},
+ type_ = #{type,jdbcType=INTEGER},
</if>
<if test="organId != null">
organ_id_ = #{organId,jdbcType=INTEGER},