#
zwl
4 天以前 e3508915adca349eb4adfc2c50ce808696e730f4
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;