ruoyi-applet/src/main/java/com/ruoyi/web/controller/api/TBillController.java
@@ -68,7 +68,6 @@ LocalDateTime localDateTime2 = LocalDateTime.now().withYear(2025).withMonth(11).withDayOfMonth(28); long allDays = ChronoUnit.DAYS.between(localDateTime1, localDateTime2); System.err.println(allDays); } @ApiOperation(value = "缴费账单查询列表")