无关风月
2025-03-05 fb88391ffa5e2dbaaccccffd65ae127382df8126
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 = "缴费账单查询列表")