| 
														
															@@ -266,7 +266,7 @@ public class StudentRepairServiceImpl extends BaseServiceImpl<Integer, StudentRe 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         if (StringUtils.isNotEmpty(goodsJson)) { 
														 | 
														
														 | 
														
															         if (StringUtils.isNotEmpty(goodsJson)) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             List<RepairGoodsDto> repairGoodsDtos = JSONObject.parseArray(goodsJson, RepairGoodsDto.class); 
														 | 
														
														 | 
														
															             List<RepairGoodsDto> repairGoodsDtos = JSONObject.parseArray(goodsJson, RepairGoodsDto.class); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             List<Integer> goodsIds = repairGoodsDtos.stream().map(e -> e.getId()).collect(Collectors.toList()); 
														 | 
														
														 | 
														
															             List<Integer> goodsIds = repairGoodsDtos.stream().map(e -> e.getId()).collect(Collectors.toList()); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            Map<Integer, BigDecimal> map = getMap("goods", "id_", "group_purchase_price_", goodsIds, Integer.class, BigDecimal.class); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            Map<Integer, BigDecimal> map = getMap("goods", "id_", "market_price_", goodsIds, Integer.class, BigDecimal.class); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             repairGoodsDtos.forEach(e -> { 
														 | 
														
														 | 
														
															             repairGoodsDtos.forEach(e -> { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 e.setGroupPurchasePrice(map.get(e.getId())); 
														 | 
														
														 | 
														
															                 e.setGroupPurchasePrice(map.get(e.getId())); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             }); 
														 | 
														
														 | 
														
															             }); 
														 |