|
@@ -105,6 +105,7 @@ public class ChatsContentServiceImpl implements ChatsContentService {
|
|
|
//发送消息保存消息
|
|
//发送消息保存消息
|
|
|
entity.setCreateTime(DateUtil.createTime());
|
|
entity.setCreateTime(DateUtil.createTime());
|
|
|
entity.setStatus(1); //未读
|
|
entity.setStatus(1); //未读
|
|
|
|
|
+ entity.setRecall("0");//未撒回
|
|
|
ChatsContent save = jpaRepository.save(entity);
|
|
ChatsContent save = jpaRepository.save(entity);
|
|
|
//会话列表未读加1
|
|
//会话列表未读加1
|
|
|
if (save.getSendType() == 1){
|
|
if (save.getSendType() == 1){
|