lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/MdcEquipmentMapper.java
@@ -127,8 +127,8 @@ /** * 根据产线id获取设备状态列表 * @param workshopId * @param productionId * @return */ List<MdcEquipmentMonitor> getEquipmentMonitorList(@Param("workshopId") String workshopId); List<MdcEquipmentMonitor> getEquipmentMonitorList(@Param("productionId") String productionId); }