update chat_room表新增client_read_num 和service_read_num,chat_message 表删除is_read字段。 websocket 返回消息新增一个isCreate 字段。

This commit is contained in:
yyb
2025-04-28 16:05:08 +08:00
parent d941b161f9
commit 099e973f64
21 changed files with 146 additions and 95 deletions

View File

@@ -150,7 +150,6 @@ public class RedisService {
Long count = redisTemplate.opsForList().rightPushAll(key, dataList);
return count == null ? 0 : count;
}
/**
* 获得缓存的list对象
*