修复日志列表
This commit is contained in:
parent
63f69bbc74
commit
d94abcfd80
|
|
@ -45,7 +45,6 @@ public class SystemLogServerImpl implements ISystemLogServer {
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public PageResult<LogOperateVo> operate(PageParam pageParam, Map<String, String> params) {
|
public PageResult<LogOperateVo> operate(PageParam pageParam, Map<String, String> params) {
|
||||||
|
|
||||||
Integer pageNo = pageParam.getPageNo();
|
Integer pageNo = pageParam.getPageNo();
|
||||||
Integer pageSize = pageParam.getPageSize();
|
Integer pageSize = pageParam.getPageSize();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue