You need to sign in before continuing.
Commit 74f263a99d82d5aad21c596ff5d676df346c8a7d
1 parent
48cbd910
tijiao
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/java/com/zteits/irain/portal/web/parkinglotcloudplatform/datastatistic/BerthsStatisticController.java
... | ... | @@ -469,6 +469,7 @@ public class BerthsStatisticController extends BizController { |
469 | 469 | |
470 | 470 | @ApiOperation("获取停车场信息统计和今日收益") |
471 | 471 | @PostMapping("getParkStaticsticAndTodayAmount") |
472 | + @ResponseBody | |
472 | 473 | public BizResultVO<List<ParkStaticsticAndTodayAmountVO>> getParkStaticsticAndTodayAmount(@RequestBody QueryTodayOrderRequest request) throws Exception{ |
473 | 474 | if(CollectionUtils.isEmpty(request.getPlNos())){ |
474 | 475 | throw new BizException(ErrorType.PARAMM_NULL, "入参不能为空!"); | ... | ... |