refactor: 日志和websocket代码优化

This commit is contained in:
Ray.Hao
2024-09-13 21:50:41 +08:00
parent 5d24d7496f
commit ef6889857a
10 changed files with 48 additions and 33 deletions

View File

@@ -28,7 +28,7 @@ public interface LogMapper extends BaseMapper<Log> {
* @param queryParams
* @return
*/
Page<LogPageVO> listPagedLogs(Page<LogPageVO> page, LogPageQuery queryParams);
Page<LogPageVO> getLogPage(Page<LogPageVO> page, LogPageQuery queryParams);
/**
* 统计浏览数(PV)