소스 검색

bugfix: "更新乐团缴费日历的状态"定时任务执行异常

yonge 5 년 전
부모
커밋
ef0ab4d2f9
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

@@ -106,7 +106,7 @@
 	    <foreach collection="list" item="item" index="index" open="" close="" separator=";">
 	        UPDATE music_group_payment_calender
 	        <set>
-                <if test="paymentPattern != null">
+                <if test="item.paymentPattern != null">
                     payment_pattern_ = #{paymentPattern},
                 </if>
 	            <if test="item.type != null">