Commit 7343fb3b authored by chenzhao's avatar chenzhao

修改bug

parent 41f56ab4
......@@ -252,13 +252,10 @@ public class KeySiteController extends BaseController {
page.setCurrent(current);
page.setSize(size);
// 获取登陆人角色
ReginParams reginParams = getSelectedOrgInfo();
// 权限赋值
PermissionInterceptorContext.setDataAuthRule(authKey);
return ResponseHelper.buildResponse(keySiteServiceImpl.getPageList(page, name, buildingId, fireEnduranceRate,
useNature, fireFacilitiesInfo, reginParams.getPersonIdentity().getBizOrgCode()));
useNature, fireFacilitiesInfo, bizOrgCode));
}
@PersonIdentify
......
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