周箭河 6 лет назад
Родитель
Сommit
f5e4beea61
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/SysPaymentConfigMapper.xml

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/SysPaymentConfigMapper.xml

@@ -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},