|  | @@ -1033,6 +1033,7 @@ public class StudentServiceImpl extends BaseServiceImpl<Integer, Student> implem
 | 
	
		
			
				|  |  |          resultMap.put("avgBuyAmount",0);
 | 
	
		
			
				|  |  |  //        resultMap.put("buyScale",0);
 | 
	
		
			
				|  |  |          resultMap.put("targetFinishScale",0);
 | 
	
		
			
				|  |  | +        resultMap.put("targetAmountFinishScale",0);
 | 
	
		
			
				|  |  |          if(buyAmount.doubleValue() > 0d && buyNum > 0){
 | 
	
		
			
				|  |  |              BigDecimal avgBuyAmount = buyAmount.divide(new BigDecimal(buyNum), CommonConstants.DECIMAL_FINAL_PLACE, BigDecimal.ROUND_HALF_UP);
 | 
	
		
			
				|  |  |              resultMap.put("avgBuyAmount",avgBuyAmount);
 |