| 
					
				 | 
			
			
				@@ -82,11 +82,7 @@ public class PostCollectionController extends BaseController 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if(UserConstants.NOT_UNIQUE.equals(postCollectionService.checkName(postCollection))) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            return AjaxResult.error("新增消息"+postCollection.getCollectionName()+"失败,消息标题已经存在"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        else if(UserConstants.NOT_UNIQUE.equals(postCollectionService.checkName(postCollection))) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            return AjaxResult.error("新增消息"+postCollection.getCollectionName()+"失败,消息内容已经存在"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            return AjaxResult.error("新增消息"+postCollection.getCollectionName()+"失败,藏品已经存在"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         postCollection.setCreateBy(getUsername()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         return toAjax(postCollectionService.insertPostCollection(postCollection)); 
			 |