提交专题报告年

This commit is contained in:
18536819133 2023-10-21 13:34:20 +08:00
parent 34bf6a2580
commit 4dd8ed7a0d

View File

@ -28,7 +28,7 @@ public class SpecialReportController {
@RequestMapping(value = "/getSpecial", method = {RequestMethod.GET})
@ApiOperation(value = "返回专题数据", httpMethod = "GET")
public AjaxResult getSpecial(String zone,String year) {
public AjaxResult getSpecial(String zone) {
List<SpecialVO> value = service.selectSpecial(zone);
return AjaxResult.success(value);