| 
														
															@@ -1670,6 +1670,13 @@ public class AMScontroller{ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         return amsFeign.insertNotice(map); 
														 | 
														
														 | 
														
															         return amsFeign.insertNotice(map); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    @ApiOperation(value="发布公告信息", notes="根据DilNotice对象创建") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    @ApiImplicitParam(name = "dilNotice", value = "详细实体dilNotice", required = true, dataType = "DilNotice") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    @PostMapping(value = "/releaseNotice") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    public Map<String, Object> releaseNotice(@RequestBody(required = false) Map<String, Object> map) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        return amsFeign.releaseNotice(map); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     @ApiOperation(value = "更新油价信息", notes = "根据dilNotice对象创建") 
														 | 
														
														 | 
														
															     @ApiOperation(value = "更新油价信息", notes = "根据dilNotice对象创建") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     @ApiImplicitParam(name = "dilNotice", value = "详细实体dilNotice", required = true, dataType = "dilNotice") 
														 | 
														
														 | 
														
															     @ApiImplicitParam(name = "dilNotice", value = "详细实体dilNotice", required = true, dataType = "dilNotice") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     @PostMapping(value = "/updateNotice", produces  = "application/json;charset=UTF-8") 
														 | 
														
														 | 
														
															     @PostMapping(value = "/updateNotice", produces  = "application/json;charset=UTF-8") 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -1677,6 +1684,12 @@ public class AMScontroller{ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         return amsFeign.updateNotice(map); 
														 | 
														
														 | 
														
															         return amsFeign.updateNotice(map); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    @PostMapping(value = "/updateNoticeStatus", produces  = "application/json;charset=UTF-8") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    public Map<String, Object> updateNoticeStatus(@RequestBody(required = false) Map<String, Object> map) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        return amsFeign.updateNoticeStatus(map); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     @ApiOperation(value="删除", notes="根据url的id来指定删除对象") 
														 | 
														
														 | 
														
															     @ApiOperation(value="删除", notes="根据url的id来指定删除对象") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     @ApiImplicitParam(paramType = "path", name = "id", value = "ID", required = true, dataType = "BigDecimal") 
														 | 
														
														 | 
														
															     @ApiImplicitParam(paramType = "path", name = "id", value = "ID", required = true, dataType = "BigDecimal") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     @PostMapping(value = "/deleteNotice/{id}")//BigDecimal 
														 | 
														
														 | 
														
															     @PostMapping(value = "/deleteNotice/{id}")//BigDecimal 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -1684,7 +1697,12 @@ public class AMScontroller{ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         return amsFeign.deleteNotice(id); 
														 | 
														
														 | 
														
															         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来获取详细信息") 
														 | 
														
														 | 
														
															     @ApiOperation(value="获取详细信息", notes="根据url的id来获取详细信息") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     @ApiImplicitParam(paramType = "path", name = "公告id", value = "ID", required = true, dataType = "BigDecimal") 
														 | 
														
														 | 
														
															     @ApiImplicitParam(paramType = "path", name = "公告id", value = "ID", required = true, dataType = "BigDecimal") 
														 |