zouxuan 5 년 전
부모
커밋
32dcf6e280
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      mec-biz/src/main/resources/config/mybatis/TeacherFreeTimeMapper.xml

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

@@ -55,11 +55,8 @@
 			<if test="thursday != null">
 				thursday_ = #{thursday},
 			</if>
-			<if test="holiday != null">
-				holiday_ = #{holiday},
-			</if>
 			<if test="updateTime != null">
-				update_time_ = #{updateTime},
+				holiday_ = #{holiday},update_time_ = #{updateTime},
 			</if>
 			<if test="saturday != null">
 				saturday_ = #{saturday},