Commit e21ccb40 by guojuxing

gic运营商户列表过滤运维资源组:暂时放开过滤

parent 68843f7e
......@@ -159,6 +159,8 @@ public class EnterpriseController {
.setServiceStatus(serviceStatus);
pageQO.setCurrentPage(pageQO.getCurrentPage());
pageQO.setPageSize(pageQO.getPageSize());
//todo 现放开过滤
params.setListAll(1);
return ResultControllerUtils.commonResult(enterpriseApiService.listEnterprise(params));
}
......
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