|  | @@ -31,7 +31,7 @@ public class WorkTimeChangeEventListener implements ApplicationListener<WorkTime
 | 
	
		
			
				|  |  |      @TransactionalEventListener(phase = TransactionPhase.AFTER_COMMIT, fallbackExecution = false)
 | 
	
		
			
				|  |  |      public void onApplicationEvent(WorkTimeChangeEvent event) {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -        //remoteResumptionTaskService.rebuild(JSON.toJSONString(event), SecurityConstants.INNER);
 | 
	
		
			
				|  |  | +        remoteResumptionTaskService.rebuild(JSON.toJSONString(event), SecurityConstants.INNER);
 | 
	
		
			
				|  |  |          eduTrainingService.rebuild(JSON.toJSONString(event), SecurityConstants.INNER);
 | 
	
		
			
				|  |  |          remoteRetrievalTaskService.rebuild(JSON.toJSONString(event), SecurityConstants.INNER);
 | 
	
		
			
				|  |  |  
 |