|  | @@ -234,6 +234,7 @@ public class StudentRepairServiceImpl extends BaseServiceImpl<Integer, StudentRe
 | 
	
		
			
				|  |  |          if (couponIdList != null && couponIdList.size() > 0) {
 | 
	
		
			
				|  |  |              studentGoodsSell.setCouponIds(StringUtils.join(couponIdList, ","));
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  | +        studentGoodsSell.setTenantId(student.getTenantId());
 | 
	
		
			
				|  |  |          studentGoodsSellDao.insert(studentGoodsSell);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          if (studentGoodsSell.getType() == 1) {
 | 
	
	
		
			
				|  | @@ -249,6 +250,7 @@ public class StudentRepairServiceImpl extends BaseServiceImpl<Integer, StudentRe
 | 
	
		
			
				|  |  |          studentPaymentOrder.setStatus(DealStatusEnum.ING);
 | 
	
		
			
				|  |  |          studentPaymentOrder.setOrganId(student.getOrganId());
 | 
	
		
			
				|  |  |          studentPaymentOrder.setRoutingOrganId(student.getOrganId());
 | 
	
		
			
				|  |  | +        studentPaymentOrder.setTenantId(student.getTenantId());
 | 
	
		
			
				|  |  |          studentPaymentOrderService.insert(studentPaymentOrder);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          studentPaymentOrder.setVersion(0);
 |