#
zwl
2026-02-09 ad79ba405b2d1ac96423f88f4e8a76c584b9d38a
src/main/java/com/zy/asrs/task/NotifyScheduler.java
@@ -107,6 +107,8 @@
                continue;
            }
            NotifyDto notifyDto = (NotifyDto) object;
            int id =notifyDto.getId().intValue();
            notifyDto.setId((Long.valueOf(id)));
            if (System.currentTimeMillis() - notifyDto.getLastRetryTime() < 1000 * notifyDto.getRetryTime()) {
                continue;