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>