Commit 3ccbfc27 by Future

代码调试

parent 69667349
...@@ -188,7 +188,7 @@ public class NormalChatAction { ...@@ -188,7 +188,7 @@ public class NormalChatAction {
// } // }
// String key = "push_" + conversation.getId(); // String key = "push_" + conversation.getId();
// String value = redisUtils.getKey(key); // String value = redisUtils.getKey(key);
final Boolean isPush = true; final Boolean isPush = false;
// if (StringUtils.isBlank(value)) { // if (StringUtils.isBlank(value)) {
// isPush = Boolean.TRUE; // isPush = Boolean.TRUE;
// redisUtils.addKey(key, "1", Duration.ofMinutes(5)); // redisUtils.addKey(key, "1", Duration.ofMinutes(5));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment