liding
2026-05-16 9b6109daafb49ca14daf6d77964579ef5dc8ec0f
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">