Commit 61b992958ce69a5130aa36eb04388b11fbcfe64c

Authored by llw
1 parent 9a717896

tijiao

src/main/java/com/zteits/irain/portal/web/parkinglotcloudplatform/areamanage/RegionAreaController.java
... ... @@ -135,8 +135,8 @@ public class RegionAreaController extends BizController {
135 135  
136 136  
137 137  
138   - @ApiOperation("导出年卡月卡统计excel")
139   - @GetMapping("exportYearMonthStatisticExcel")
  138 + @ApiOperation("导出泊位区间管理excel")
  139 + @GetMapping("exportTpPRegionAreaExcel")
140 140 public void exportYearMonthStatisticExcel(
141 141 @RequestParam List<String> plNos, @RequestParam String parkAreaCode,
142 142 HttpServletRequest requests, HttpServletResponse response) throws Exception {
... ...