gongchunyi
20 小时以前 d9b596a59e34107eebe56e0de3ff10b805e7e9cb
src/main/java/com/ruoyi/production/service/impl/ProductionOrderServiceImpl.java
@@ -805,9 +805,6 @@
                BigDecimal percentage = task.getCompletionStatus() == null
                        ? BigDecimal.ZERO
                        : task.getCompletionStatus();
                if (percentage.compareTo(new BigDecimal("100")) > 0) {
                    percentage = new BigDecimal("100");
                }
                status.setPercentage(percentage);
                statusMap.computeIfAbsent(task.getProductionOrderId(), key -> new ArrayList<>()).add(status);
            }