提交专题报告年
This commit is contained in:
parent
34bf6a2580
commit
4dd8ed7a0d
@ -28,7 +28,7 @@ public class SpecialReportController {
|
|||||||
|
|
||||||
@RequestMapping(value = "/getSpecial", method = {RequestMethod.GET})
|
@RequestMapping(value = "/getSpecial", method = {RequestMethod.GET})
|
||||||
@ApiOperation(value = "返回专题数据", httpMethod = "GET")
|
@ApiOperation(value = "返回专题数据", httpMethod = "GET")
|
||||||
public AjaxResult getSpecial(String zone,String year) {
|
public AjaxResult getSpecial(String zone) {
|
||||||
List<SpecialVO> value = service.selectSpecial(zone);
|
List<SpecialVO> value = service.selectSpecial(zone);
|
||||||
|
|
||||||
return AjaxResult.success(value);
|
return AjaxResult.success(value);
|
||||||
|
Loading…
Reference in New Issue
Block a user