zss
2025-08-29 a7a74cd6daa0ab837046882e16426916f4cef1bd
src/main/resources/mapper/device/DeviceLedgerMapper.xml
@@ -71,6 +71,11 @@
    </select>
    <select id="deviceLedgerExportList" resultType="com.ruoyi.device.execl.DeviceLedgerExeclDto">
    </select>
    <select id="selectById1" resultType="com.ruoyi.device.pojo.DeviceLedger">
        select *
        from device_ledger
        where id = #{id}
    </select>
</mapper>