|  | @@ -238,7 +238,7 @@ public class StudentRepairServiceImpl extends BaseServiceImpl<Integer, StudentRe
 | 
	
		
			
				|  |  |          if (StringUtils.isNotEmpty(goodsJson)) {
 | 
	
		
			
				|  |  |              List<RepairGoodsDto> repairGoodsDtos = JSONObject.parseArray(goodsJson, RepairGoodsDto.class);
 | 
	
		
			
				|  |  |              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 -> {
 | 
	
		
			
				|  |  |                  e.setGroupPurchasePrice(map.get(e.getId()));
 | 
	
		
			
				|  |  |              });
 |