liding
2026-05-22 94ec4e9e9214cb5dc28aef4a7f38be462cfda728
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">