tangzy
2021-12-09 486f6cda7ccd893f7ff91c088b2f26b991a08f2b
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 es.exam_time &gt;= #{examScore.startTime}
            and bu.paper_time &gt;= #{examScore.startTime}
        </if>
        <if test="examScore.endTime!=null and examScore.endTime!=''">
            and es.exam_time &lt;= #{examScore.endTime}
            and bu.paper_time &lt;= #{examScore.endTime}
        </if>
        order by es.id desc
    </select>