zhangherong
2025-03-14 9a8d9ef43c70fe6d70b494f49b19e5ca6ef01d4b
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/MdcEquipmentMapper.java
@@ -56,7 +56,12 @@
    /**
     * 根据产线id查询设备
     */
    List<MdcEquipment> queryByProductionId(@Param("productionId") String productionId,@Param("type")String type);
    List<MdcEquipment> queryByProductionId(@Param("productionId") String productionId);
    /**
     * 根据产线id、type、已分配权限数据 查询设备
     */
    List<MdcEquipment> queryByProductionIdAndType(@Param("productionId") String productionId, @Param("deviceIds") List<String> deviceIds);
    /**
     * 查找设备监控信息