| 
					
				 | 
			
			
				@@ -1697,7 +1697,12 @@ public class AMScontroller{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         return amsFeign.deleteNotice(id); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    @ApiOperation(value="获取名字", notes="根据url的id来获取对象名字") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    @ApiImplicitParam(paramType = "path", name = "id", value = "ID", required = true, dataType = "String") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    @PostMapping(value = "/queryName/{userId}")//BigDecimal 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public Map<String, Object> queryName(@PathVariable("userId") String userId) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        return amsFeign.queryName(userId); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @ApiOperation(value="获取详细信息", notes="根据url的id来获取详细信息") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @ApiImplicitParam(paramType = "path", name = "公告id", value = "ID", required = true, dataType = "BigDecimal") 
			 |