|
|
|
@ -6696,7 +6696,7 @@ public class DistributionDeliveryListServiceImpl extends BaseServiceImpl<Distrib
|
|
|
|
|
|
|
|
|
|
map.put("库存品集合", spaclStockList); |
|
|
|
|
map.put("库存品合计", spaclStockList.stream().mapToInt(map1 -> Integer.parseInt(map1.get("数量").toString())).sum()); |
|
|
|
|
|
|
|
|
|
log.info(">>>>>>>>>>>>>>>>>>预约打印模板查看备货信息》》》》》》》》》》》》:{}"distributionReservationEntity.getRemarks()); |
|
|
|
|
map.put("备注", distributionReservationEntity.getRemarks()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|