Commit ec88b811 by guojuxing

日志查询接口修改

parent d2d4297c
......@@ -216,8 +216,8 @@ public class MenuController {
searchParam.setLogTimeEnd(sdf.parse(endTime));
}
ServiceResponse<Page<SystemSetLogDTO>> response = logApiService.listSystemSetLog(pageQO.getCurrentPage(),
pageQO.getPageSize(), searchParam);
ServiceResponse<Page<SystemSetLogDTO>> response = logApiService.listSystemSetLog(pageQO.getPageSize(),
pageQO.getCurrentPage(), searchParam);
return ResultControllerUtils.commonPageResult(response, LogListVO.class);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment