fix: 修复用户创建时间条件查询没用的bug

修复用户创建时间条件查询没用的bug
增加系统日志操作时间条件查询
This commit is contained in:
Theo
2024-08-10 15:35:57 +08:00
parent 21a876fd29
commit 71fc5c86cc
5 changed files with 15 additions and 19 deletions

View File

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