zhongrj
2023-12-29 878b7d3bcddaf5bfff49d23796f3473c022853f5
时间倒叙,不然新打卡的,都要一页一页往下翻
1 files modified
1 ■■■■ changed files
src/main/java/org/springblade/modules/checkInRecords/mapper/CheckInRecordsMapper.xml 1 ●●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/checkInRecords/mapper/CheckInRecordsMapper.xml
@@ -41,6 +41,7 @@
            <if test="checkInRecords.endTime!=null and checkInRecords.endTime!=''">
                AND date_format(jcir.create_time,'%Y-%m-%d')&lt;= #{checkInRecords.endTime}
            </if>
            order by jcir.create_time desc
        </where>
    </select>