zhuo
2025-03-06 b51f37241e4b369718d5e27a3686ca7edadaf69b
cnas-device/src/main/resources/mapper/DeviceMapper.xml
@@ -89,13 +89,8 @@
             , #{createUser}
             , #{createTime})
    </select>
    <select id="selectDevicePrincipal" resultType="com.ruoyi.device.pojo.Device">
        select id,
               equipment_manager
        from device
    </select>
    <select id="selectDeviceParameterPage" resultType="com.ruoyi.device.pojo.Device">
    <select id="selectDeviceParameterPage" resultType="com.ruoyi.device.dto.DeviceDto">
        select * from(
        SELECT
        d.*,