zss
8 天以前 2359d47aa4926c2322333de4c40cd18fb53f1f48
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>