修复日志列表

This commit is contained in:
TinyAnts
2022-04-15 12:16:01 +08:00
parent 63f69bbc74
commit d94abcfd80

View File

@@ -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();