zhongrj
2023-12-29 05d6cd12a6725d830d01f8600028312f59ca72c4
bug修复
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,7 +41,6 @@
            <if test="checkInRecords.endTime!=null and checkInRecords.endTime!=''">
                AND date_format(jcir.create_time,'%Y-%m-%d')&lt;= #{checkInRecords.endTime}
            </if>
        </where>
        order by jcir.create_time desc