Lius
2025-03-03 75d26035001d85c12dc3ca93455b0fee477c3f77
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);
}