src/main/java/com/ruoyi/production/service/impl/ProductionOrderServiceImpl.java
@@ -855,12 +855,10 @@ if (reportOutput == null) { continue; } Long reportMainId = reportOutput.getProductionProductMainId() != null ? reportOutput.getProductionProductMainId() : reportOutput.getProductMainId(); if (reportMainId == null) { if (reportOutput.getProductionProductMainId() == null) { continue; } Long reportMainId = reportOutput.getProductionProductMainId(); reportOutputMap.computeIfAbsent(reportMainId, k -> new ArrayList<>()).add(reportOutput); }