jiangping
2023-12-26 54cbbec9c6b90c28711623398fb0dc4d018fa9ae
server/platform/src/main/java/com/doumee/task/ScheduleTool.java
@@ -82,7 +82,7 @@
     * 30 秒刷新一次
     * @throws Exception
     */
    @Scheduled(cron = "0/30 * * * * ? ")
    @Scheduled(cron = "0/15 * * * * ? ")
    public void autoRefreshLockStatus() throws Exception {
        log.info("=====================开始定时刷新骑行中的数充值未开锁失败=======================");
        memberRidesService.autoRefreshLockStatus();