zouxuan 5 år sedan
förälder
incheckning
32dcf6e280
1 ändrade filer med 1 tillägg och 4 borttagningar
  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},