Lius
2025-05-15 0d0c698839c739f6ed001835a521b899c7ff0cec
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);
}