|  |  | @ -128,7 +128,7 @@ public class SubAuditRecordsLogServiceImpl extends BaseServiceImpl<SubAuditRecor | 
			
		
	
		
			
				
					|  |  |  |         entity.setCheckDeptId(SecurityUser.getUser().getDeptId().toString()); | 
			
		
	
		
			
				
					|  |  |  |         entity.setCheckDeptName(SecurityUser.getUser().getDeptName()); | 
			
		
	
		
			
				
					|  |  |  |         entity.setCheckTime(subPositionCheckInfoService.dateToString(new Date())); | 
			
		
	
		
			
				
					|  |  |  |         entity.setCheckResult(dto.getCheckResult()); | 
			
		
	
		
			
				
					|  |  |  |         entity.setCheckResult("4".equals(dto.getCheckResult())?"1":"2"); | 
			
		
	
		
			
				
					|  |  |  |         entity.setCheckOpinion(dto.getCheckOpinion()); | 
			
		
	
		
			
				
					|  |  |  |         if(1 == dto.getFlag()){ | 
			
		
	
		
			
				
					|  |  |  |             entity.setProcessCode("2"); | 
			
		
	
	
		
			
				
					|  |  | @ -137,7 +137,6 @@ public class SubAuditRecordsLogServiceImpl extends BaseServiceImpl<SubAuditRecor | 
			
		
	
		
			
				
					|  |  |  |             entity.setProcessCode("3"); | 
			
		
	
		
			
				
					|  |  |  |             entity.setProcessName("验收"); | 
			
		
	
		
			
				
					|  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |         insert(entity); | 
			
		
	
		
			
				
					|  |  |  |         return new Result(); | 
			
		
	
		
			
				
					|  |  |  |     } | 
			
		
	
	
		
			
				
					|  |  | 
 |