1、右上角新增消息中心提示

2、消息中心新增连接点击打开对应的详情页面
3、页面样式调整,关联附件新增前端分页
This commit is contained in:
pan
2024-09-06 19:59:46 +08:00
parent f90c8e0c6f
commit 7131d744a4
11 changed files with 145 additions and 9 deletions

View File

@@ -74,4 +74,9 @@ public interface TzMessageMapper
* @return
*/
public int batchInsert(@Param("tzMessageList") List<TzMessage> tzMessageList);
/**
* 消息中心未读消息数量查询
* **/
int selectTzMessageByUserCount(String userId);
}