|  | @@ -424,6 +424,7 @@ public class ReplacementInstrumentActivityServiceImpl extends BaseServiceImpl<In
 | 
	
		
			
				|  |  |          AccountType accountType = sysPaymentConfigService.checkAccountType(PaymentChannelEnum.valueOf(order.getPaymentChannel()), order.getMerNos());
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          List<Integer> goodsIds = new ArrayList<>();
 | 
	
		
			
				|  |  | +        goodsIds.add(goods.getId());
 | 
	
		
			
				|  |  |          List<SellOrder> sellOrders = goodsService.subtractStock(goodsIds, accountType);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          BigDecimal hasRouteSellOrderExpectAmount = BigDecimal.ZERO; //已分配预计金额
 |