bug
jiangping
2023-11-06 3d58925015cfd3da9a899d440333437d6f7c80ac
server/platform/src/main/java/com/doumee/task/ScheduleTool.java
@@ -51,8 +51,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);