소스 검색

add 支付配置

周箭河 5 년 전
부모
커밋
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
         <set>
             <if test="type != null">
-                type_ = #{organId,jdbcType=INTEGER},
+                type_ = #{type,jdbcType=INTEGER},
             </if>
             <if test="organId != null">
                 organ_id_ = #{organId,jdbcType=INTEGER},