Commit 8092569183e2466f1a35b314e2a3b198c348f3b6
1 parent
cb0f82d6e1
Exists in
master
and in
1 other branch
platform permission
基础项配置 分页
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/BasicConfigController.java
View file @
8092569
... | ... | @@ -44,7 +44,7 @@ |
44 | 44 | @ResponseBody |
45 | 45 | public FrontEndResult queryBasicConfig(@Valid BasicConfigQueryRequest basicConfigQueryRequest) { |
46 | 46 | BaseListResponse baseListResponse = basicConfigFacade.findBasicConfigList(basicConfigQueryRequest); |
47 | - return FrontEndResult.ini().setData(baseListResponse.getData()).setPageInfo(basicConfigQueryRequest.getPageInfo()).setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("成功"); | |
47 | + return FrontEndResult.ini().setData(baseListResponse.getData()).setPageInfo(baseListResponse.getPageInfo()).setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("成功"); | |
48 | 48 | } |
49 | 49 | |
50 | 50 | /** |