| | |
| | | List<MdcEquipment> queryByProductionIdAndType(@Param("productionId") String productionId, @Param("deviceIds") List<String> deviceIds); |
| | | |
| | | /** |
| | | * 根据部门ids、已分配权限数据 查询设备 |
| | | */ |
| | | List<MdcEquipment> queryByDepartIdsAndType(@Param("productionIds") List<String> productionIds, @Param("deviceIds") List<String> deviceIds); |
| | | |
| | | /** |
| | | * 查找设备监控信息 |
| | | */ |
| | | List<MdcEquipmentMonitor> checkStatusFromEquipmentIds(@Param("equipmentIds") List<String> equipmentIds); |
| | |
| | | * @return |
| | | */ |
| | | MdcEquipmentDetailedDto findById(@Param("id") String id); |
| | | |
| | | List<MdcEquipment> findByProductionIds(@Param("mdcProductionIds") List<String> mdcProductionIds); |
| | | |
| | | List<MdcEquipment> findByProIdsAndTeamCode(@Param("mdcProductionIds") List<String> mdcProductionIds, @Param("teamCodeList") List<String> teamCodeList); |
| | | |
| | | List<MdcEquipment> findByProIdsAndType(@Param("mdcProductionIds") List<String> mdcProductionIds, @Param("typeList") List<String> typeList); |
| | | |
| | | List<String> getEquIdsByProIds(@Param("proIds") List<String> proIds); |
| | | |
| | | List<MdcEquipment> getEquipmentList(@Param("allProductionIds") List<String> allProductionIds); |
| | | } |