|  | @@ -5233,7 +5233,7 @@ public class OrderServiceImpl implements OrderService {
 | 
	
		
			
				|  |  |          /*GoodsEntity goodsEntity = goodsService.queryObject(goodsDto.getId().intValue());
 | 
	
		
			
				|  |  |          BigDecimal goodsTax = CalculateTax.calculateFinalTax(goodsEntity, goodsDto.getStoreRetailPrice(), goodsService).setScale(3, RoundingMode.HALF_UP);
 | 
	
		
			
				|  |  |          goodsTax = goodsTax.multiply(number).setScale(2, RoundingMode.HALF_UP);*/
 | 
	
		
			
				|  |  | -        orderGoodsVo.setTaxPrice(goodsDto.getGoodsTaxes());
 | 
	
		
			
				|  |  | +        orderGoodsVo.setTaxPrice(goodsDto.getGoodsTaxes().divide(BigDecimal.valueOf(goodsDto.getSellVolume()), 3, BigDecimal.ROUND_HALF_UP));
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          return orderGoodsVo;
 | 
	
		
			
				|  |  |      }
 |