|  | @@ -646,7 +646,8 @@ public class SellOrderServiceImpl extends BaseServiceImpl<Integer, SellOrder> im
 | 
	
		
			
				|  |  |          mallOrder.setSourceType(1);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          // 乐团学生报名默认收货地址
 | 
	
		
			
				|  |  | -        if (studentPaymentOrder.getType() == OrderTypeEnum.APPLY && StringUtils.isNotBlank(mallOrder.getOrchestraId())) {
 | 
	
		
			
				|  |  | +        if ((studentPaymentOrder.getType() == OrderTypeEnum.APPLY || studentPaymentOrder.getType() == OrderTypeEnum.SUBJECT_CHANGE)
 | 
	
		
			
				|  |  | +            && StringUtils.isNotBlank(mallOrder.getOrchestraId())) {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |              // 查询乐团默认收货地址
 | 
	
		
			
				|  |  |              MusicGroupShippingAddressQueryInfo queryInfo = new MusicGroupShippingAddressQueryInfo();
 |