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