Administrator
2022-06-11 17e40e69efc755d237a7427187dcc0b590f968ba
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 &gt;= #{examScore.startTime}
            and es.exam_time &gt;= #{examScore.startTime}
        </if>
        <if test="examScore.endTime!=null and examScore.endTime!=''">
            and bu.paper_time &lt;= #{examScore.endTime}
            and es.exam_time &lt;= #{examScore.endTime}
        </if>
        order by es.id desc
    </select>