|  |  | @ -1137,7 +1137,7 @@ public class ArticleServiceImpl extends BaseServiceImpl<ArticleDao, ArticleEntit | 
			
		
	
		
			
				
					|  |  |  | 		List<UpdateTagUseCountsResultDTO> tagsInfo = formDto.getTagsInfo(); | 
			
		
	
		
			
				
					|  |  |  | 		String userId = tokenDto.getUserId(); | 
			
		
	
		
			
				
					|  |  |  | 		//根据草稿id查询发布范围id集合
 | 
			
		
	
		
			
				
					|  |  |  | 		List<String> gridIds = articlePublishRangeDao.selectGridIdByDraftId(draftId); | 
			
		
	
		
			
				
					|  |  |  | 		List<String> gridIds = draftPublishRangeDao.selectGridIdByDraftId(draftId); | 
			
		
	
		
			
				
					|  |  |  | 		if (gridIds.size() == NumConstant.ZERO){ | 
			
		
	
		
			
				
					|  |  |  | 			throw new RenException(TagConstant.SELECT_GRIDIDLIST_FAILURE); | 
			
		
	
		
			
				
					|  |  |  | 		} | 
			
		
	
	
		
			
				
					|  |  | 
 |