tangzy
2021-11-26 48679fc5bb7e8dc8b8d45a5d2373bd11dc612413
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>