@@ -41,7 +41,7 @@ public class IndexCountTasks {
/**
* 统计定时任务,每天23点执行。
*/
- @Scheduled(cron = "0 0 23 * * ?")
+// @Scheduled(cron = "0 0 23 * * ?")
public void billInvoice() {
log.info("定时任务,收费组总缴费统计,月租车总续费统计,临时车总缴费统计。开始。每天23点执行");
log.info("收费组总缴费统计");