liding
2026-05-25 4858d6a68446a5153749eca8fae8ae099ac879a2
src/main/resources/mapper/device/DeviceLedgerMapper.xml
@@ -77,7 +77,7 @@
                AND tenant_id = #{deviceLedger.tenantId}
            </if>
        </where>
        ORDER BY create_time DESC
        ORDER BY id
    </select>
    <select id="deviceLedgerExportList" resultType="com.ruoyi.device.execl.DeviceLedgerExeclDto">