1、右上角新增消息中心提示
2、消息中心新增连接点击打开对应的详情页面 3、页面样式调整,关联附件新增前端分页
This commit is contained in:
@@ -74,4 +74,9 @@ public interface TzMessageMapper
|
||||
* @return
|
||||
*/
|
||||
public int batchInsert(@Param("tzMessageList") List<TzMessage> tzMessageList);
|
||||
|
||||
/**
|
||||
* 消息中心未读消息数量查询
|
||||
* **/
|
||||
int selectTzMessageByUserCount(String userId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user