Parcourir la source

ipad 发送完善

吴树波 il y a 5 jours
Parent
commit
b06be2e790
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      fs-ipad-task/src/main/java/com/fs/app/task/SendMsg.java

+ 1 - 1
fs-ipad-task/src/main/java/com/fs/app/task/SendMsg.java

@@ -161,7 +161,7 @@ public class SendMsg {
             Long time = redisCache.getCacheObject(key);
             if (redisCache.getCacheObject(key) != null) {
                 log.error("{}已有发送:{}, :{}", qwUser.getQwUserName(), qwSopLogs.getId(), time);
-                return;
+                continue;
             }
             redisCache.setCacheObject(key, System.currentTimeMillis(), 10, TimeUnit.MINUTES);
             for (QwSopCourseFinishTempSetting.Setting content : setting.getSetting()) {