src/main/java/org/springblade/modules/exam/mapper/ExamScoreMapper.xml
@@ -55,10 +55,10 @@ and es.qualified = #{examScore.qualified} </if> <if test="examScore.startTime!=null and examScore.startTime!=''"> and bu.paper_time >= #{examScore.startTime} and es.exam_time >= #{examScore.startTime} </if> <if test="examScore.endTime!=null and examScore.endTime!=''"> and bu.paper_time <= #{examScore.endTime} and es.exam_time <= #{examScore.endTime} </if> order by es.id desc </select>