north-glass-erp/src/main/java/com/example/erp/service/sd/OrderService.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
north-glass-erp/src/main/java/com/example/erp/service/sd/OrderService.java
@@ -116,6 +116,7 @@ OrderDetails.get(i).setWeight(1.0); Map<String,Double> otherColumns = JSON.parseObject(OrderDetails.get(i).getOtherColumns(), new TypeReference<Map<String, Double>>(){}); int finalI = i; if(otherColumns!=null){ otherColumns.forEach((key, value) ->{ orderOtherMoneyList.forEach(orderOtherMoney ->{ if(orderOtherMoney.getColumn().equals(key)){ @@ -126,6 +127,8 @@ }); } }