| 
					
				 | 
			
			
				@@ -425,7 +425,7 @@ public class StudentRepairServiceImpl extends BaseServiceImpl<Integer, StudentRe 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (studentPaymentOrder.getStatus() == DealStatusEnum.CLOSE || studentPaymentOrder.getStatus() == DealStatusEnum.FAILED) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             repairInfo.setPayStatus(0); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            repairInfo.setUpdateTime(noDate); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            repairInfo.setUpdateTime(nowDate); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if (this.update(repairInfo) <= 0) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 throw new BizException("维修单更新失败"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 |