Commit 813e3b159cb44b630cf26826d9cecb4b183e05a2
1 parent
61b99295
tijiao
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/zteits/irain/portal/web/parkinglotcloudplatform/areamanage/RegionAreaController.java
... | ... | @@ -138,7 +138,7 @@ public class RegionAreaController extends BizController { |
138 | 138 | @ApiOperation("导出泊位区间管理excel") |
139 | 139 | @GetMapping("exportTpPRegionAreaExcel") |
140 | 140 | public void exportYearMonthStatisticExcel( |
141 | - @RequestParam List<String> plNos, @RequestParam String parkAreaCode, | |
141 | + @RequestParam List<String> plNos, String parkAreaCode, | |
142 | 142 | HttpServletRequest requests, HttpServletResponse response) throws Exception { |
143 | 143 | |
144 | 144 | QueryTpPRegionAreaForPageRequest request= new QueryTpPRegionAreaForPageRequest(); | ... | ... |