k94314517
2023-11-03 93c42cfcfe12125c463563f191d6ade421ba9db5
server/platform/src/main/java/com/doumee/task/ScheduleTool.java
@@ -77,9 +77,9 @@
     */
    @Scheduled(cron = "0/30 * * * * ? ")
    public void autoRefreshLockStatus() throws Exception {
        log.info("=====================开始每天自动结算=======================");
        log.info("=====================开始定时刷新骑行中的数充值未开锁失败=======================");
        memberRidesService.autoRefreshLockStatus();
        log.info("=====================结束每天自动结算=======================");
        log.info("=====================结束定时刷新骑行中的数充值未开锁失败=======================");
    }
@@ -87,7 +87,7 @@
     * 站点车辆满架率预警
     * @throws Exception
     */
    @Scheduled(fixedDelay = 1000L * 60L * 5L)
    @Scheduled(fixedDelay = 1000L * 60L * 10L)
    public void siteReserves() throws Exception {
        log.info("=====================开始 站点车辆满架率预警=======================");
        sitesService.siteReservesNotice();;