Quellcode durchsuchen

add 支付配置

周箭河 vor 5 Jahren
Ursprung
Commit
f5e4beea61

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