Explorar o código

ipad 发送完善

吴树波 hai 5 días
pai
achega
b06be2e790
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()) {