mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-08 08:07:46 +08:00
修复日志列表
This commit is contained in:
@@ -45,7 +45,6 @@ public class SystemLogServerImpl implements ISystemLogServer {
|
||||
*/
|
||||
@Override
|
||||
public PageResult<LogOperateVo> operate(PageParam pageParam, Map<String, String> params) {
|
||||
|
||||
Integer pageNo = pageParam.getPageNo();
|
||||
Integer pageSize = pageParam.getPageSize();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user