ruoyi-service/ruoyi-order/src/main/java/com/ruoyi/order/util/task/TaskUtil.java
@@ -50,6 +50,8 @@ // @Scheduled(cron = "0 0 12 * * ?") @Scheduled(cron = "0 0 12 2 * ?") // 每30秒执行一次的定时任务 @Scheduled(cron = "0/30 * * * * ?") public void taskMonth() { try { System.err.println("执行定时任务生成账单");