zhuo
2025-04-23 1f075ff6fdf2cdd4d15532b408ceb3420bcc1004
cnas-device/src/main/java/com/ruoyi/device/mapper/DeviceMapper.java
@@ -29,9 +29,6 @@
    //获取图片数据
    void selectDeviceImage(@Param(value = "name") String name ,@Param(value = "id") Integer id);
    //查询设备负责人
    List<Device> selectDevicePrincipal();
    IPage<DeviceDto> selectDeviceParameterPage(Page page, @Param("ew") QueryWrapper<DeviceDto> queryWrappers, @Param("laboratoryNameIsNull") Boolean laboratoryNameIsNull);
    List<Map<String, Object>> getInspectionItemSubclass(@Param("id") Integer id);