server/platform/src/main/java/com/doumee/task/ScheduleTool.java
@@ -52,7 +52,7 @@ * @throws Exception */ // @Scheduled(cron = "0 0 11 * * ? ") public void syncStudent() throws Exception { public void getWxBill() throws Exception { //前一天的數據 Date ydate = DateUtil.addDaysToDate(new Date(), -1); wxBillService.getWxBill(ydate);