| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -82,17 +82,17 @@ public class TaskSendStartMessageJob implements JobHandler { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                        List<EnterpriseInspectionsDO> list = new ArrayList<>(); | 
					 | 
					 | 
					 | 
					                        List<EnterpriseInspectionsDO> list = new ArrayList<>(); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                        for (EnterpriseInspectionsDO enterpriseInspectionsDO : enterpriseInspectionsDOList) { | 
					 | 
					 | 
					 | 
					                        for (EnterpriseInspectionsDO enterpriseInspectionsDO : enterpriseInspectionsDOList) { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                            //站内信发送通知
 | 
					 | 
					 | 
					 | 
					                            //站内信发送通知
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                            NotifySendSingleToUserReqDTO notifyMessage = new NotifySendSingleToUserReqDTO(); | 
					 | 
					 | 
					 | 
					//                            NotifySendSingleToUserReqDTO notifyMessage = new NotifySendSingleToUserReqDTO();
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                            notifyMessage.setUserId(Long.valueOf(enterpriseInspectionsDO.getUserId())); | 
					 | 
					 | 
					 | 
					//                            notifyMessage.setUserId(Long.valueOf(enterpriseInspectionsDO.getUserId()));
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                            notifyMessage.setTemplateCode("task_messages"); | 
					 | 
					 | 
					 | 
					//                            notifyMessage.setTemplateCode("task_messages");
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                            Map<String, Object> templateParams = new HashMap<>(); | 
					 | 
					 | 
					 | 
					//                            Map<String, Object> templateParams = new HashMap<>();
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                            templateParams.put("title", beforeTaskInfo.getTitle()); | 
					 | 
					 | 
					 | 
					//                            templateParams.put("title", beforeTaskInfo.getTitle());
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                            templateParams.put("startTime", beforeTaskInfo.getStartDate()); | 
					 | 
					 | 
					 | 
					//                            templateParams.put("startTime", beforeTaskInfo.getStartDate());
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                            templateParams.put("endTime", beforeTaskInfo.getEndDate()); | 
					 | 
					 | 
					 | 
					//                            templateParams.put("endTime", beforeTaskInfo.getEndDate());
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                            templateParams.put("url", "sub/task/detail?taskId="+ enterpriseInspectionsDO.getTaskId()); | 
					 | 
					 | 
					 | 
					//                            templateParams.put("url", "sub/task/detail?taskId="+ enterpriseInspectionsDO.getTaskId());
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					//
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                            notifyMessage.setTemplateParams(templateParams); | 
					 | 
					 | 
					 | 
					//                            notifyMessage.setTemplateParams(templateParams);
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                            notifyMessageSendApi.sendSingleMessageToMember(notifyMessage); | 
					 | 
					 | 
					 | 
					//                            notifyMessageSendApi.sendSingleMessageToMember(notifyMessage);
 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                            enterpriseInspectionsDO.setStatus(2); | 
					 | 
					 | 
					 | 
					                            enterpriseInspectionsDO.setStatus(2); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                            list.add(enterpriseInspectionsDO); | 
					 | 
					 | 
					 | 
					                            list.add(enterpriseInspectionsDO); | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |