yonge 4 年之前
父节点
当前提交
81bd5216a8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/MusicGroupPaymentCalenderMapper.xml

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

@@ -107,7 +107,7 @@
 	        UPDATE music_group_payment_calender
 	        <set>
                 <if test="item.paymentPattern != null">
-                    payment_pattern_ = #{paymentPattern},
+                    payment_pattern_ = #{item.paymentPattern},
                 </if>
 	            <if test="item.type != null">
 	                type_ = #{item.type,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler},