|  |  | @ -177,7 +177,7 @@ public class ArticleServiceImpl extends BaseServiceImpl<ArticleDao, ArticleEntit | 
			
		
	
		
			
				
					|  |  |  | 		List<DraftContentEntity> draftContentList = null; | 
			
		
	
		
			
				
					|  |  |  | 		if (StringUtils.isNotBlank(fromDTO.getDraftId())) { | 
			
		
	
		
			
				
					|  |  |  | 			draftEntity = this.checkDraftStatus(fromDTO.getDraftId()); | 
			
		
	
		
			
				
					|  |  |  | 			draftEntity.setTitle(StringUtils.isBlank(draftEntity.getTitle()) ? "" : draftEntity.getTitle()); | 
			
		
	
		
			
				
					|  |  |  | 			draftEntity.setTitle(StringUtils.isBlank(fromDTO.getTitle()) ? "" : fromDTO.getTitle()); | 
			
		
	
		
			
				
					|  |  |  | 			buildPreviewContent(fromDTO, draftEntity); | 
			
		
	
		
			
				
					|  |  |  | 			draftDao.updateById(draftEntity); | 
			
		
	
		
			
				
					|  |  |  | 		} else { | 
			
		
	
	
		
			
				
					|  |  | 
 |