diff --git a/web-infrastructure/src/main/resources/mapper/study/ClassMapper.xml b/web-infrastructure/src/main/resources/mapper/study/ClassMapper.xml index b857f9f..61ace8a 100644 --- a/web-infrastructure/src/main/resources/mapper/study/ClassMapper.xml +++ b/web-infrastructure/src/main/resources/mapper/study/ClassMapper.xml @@ -217,16 +217,16 @@ and s.exam_sign_flag = #{params.examination} - + and c.state = 1 - + and c.state = 2 and c.start_time > now() - + and c.state = 2 and c.end_time > now() and c.start_time <= now() - + and c.state = 2 and c.end_time <= now()