|  |  | @ -1232,9 +1232,6 @@ public class WorkActServiceImpl implements WorkActService { | 
			
		
	
		
			
				
					|  |  |  |         this.deleteDraft(); | 
			
		
	
		
			
				
					|  |  |  |         publishActResultDTO.setActId(rePublishFormDTO.getActId()); | 
			
		
	
		
			
				
					|  |  |  |         //发送消息通知-暂时不做了,前端默认串的是不通知
 | 
			
		
	
		
			
				
					|  |  |  |         /*if(rePublishFormDTO.getNoticePassedPeople()){ | 
			
		
	
		
			
				
					|  |  |  |             this.noticePassedPeople(originalActInfo,newActInfoEntity); | 
			
		
	
		
			
				
					|  |  |  |         }*/ | 
			
		
	
		
			
				
					|  |  |  |         //如果用户在重新发布之前点击了预览,需要去更新草稿表里的act_info_id,记录草稿和活动的关系
 | 
			
		
	
		
			
				
					|  |  |  |         if(StringUtils.isNotBlank(rePublishFormDTO.getActDraftId())){ | 
			
		
	
		
			
				
					|  |  |  |             latestActInfoDao.updateActInfoId(rePublishFormDTO.getActDraftId(),newActInfoEntity.getId()); | 
			
		
	
	
		
			
				
					|  |  | 
 |