zhongrj
2024-01-12 2a1f1e617ccab2927ce66f37f11c9cb4f8bd2b4c
src/main/java/org/springblade/modules/checkInRecords/mapper/CheckInRecordsMapper.xml
@@ -43,7 +43,6 @@
            </if>
        </where>
        order by jcir.create_time desc
    </select>
    <resultMap type="org.springblade.modules.checkInRecords.dto.CheckInRecordsDTO" id="CheckInRecordsDTOResult">
@@ -96,6 +95,4 @@
            <if test="deletedFlag != null "> and deleted_flag = #{deletedFlag}</if>
        </where>
    </select>
</mapper>