ruoyi-service/ruoyi-chargingPile/src/main/java/com/ruoyi/chargingPile/controller/TParkingLotController.java
@@ -181,7 +181,7 @@ @PostMapping(value = "/getRecordAmount") public R<BigDecimal> getRecordAmount(@RequestParam("sixBefore") LocalDate sixBefore){ public R<BigDecimal> getRecordAmount(@RequestParam("sixBefore") String sixBefore){ BigDecimal sum = parkingRecordService.getSum(sixBefore); return R.ok(sum); }