| src/main/java/com/ruoyi/production/service/impl/ProductionOrderServiceImpl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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); }