瀏覽代碼

ipad 发送完善

吴树波 5 天之前
父節點
當前提交
b06be2e790
共有 1 個文件被更改,包括 1 次插入1 次删除
  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()) {