maven
7 天以前 c76a3b1194f320bf84061676d14200f7e78f044e
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>