Joburgess 5 년 전
부모
커밋
d2516b3574
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      edu-user/edu-user-server/src/main/resources/config/mybatis/ExamRoomMapper.xml

+ 2 - 2
edu-user/edu-user-server/src/main/resources/config/mybatis/ExamRoomMapper.xml

@@ -247,7 +247,7 @@
 			exam_room 
 		WHERE
 			DATE_FORMAT( exam_start_time_, '%Y-%m-%d' ) IN 
-			<foreach collection="" 
-			OR DATE_FORMAT( exam_end_time_, '%Y-%m-%d' ) IN ( )
+			<!--<foreach collection="" -->
+			<!--OR DATE_FORMAT( exam_end_time_, '%Y-%m-%d' ) IN ( )-->
 	</select>
 </mapper>