Commit 7de1a22c authored by chenzhao's avatar chenzhao

回退代码 权限由单位树控制

parent 38870034
......@@ -236,7 +236,7 @@ public class KeySiteController extends BaseController {
* @param current 每页大小
* @return
*/
@PersonIdentify
@TycloudOperation(ApiLevel = UserType.AGENCY)
@GetMapping(value = "/page")
@ApiOperation(httpMethod = "GET", value = "重点部位分页查询", notes = "重点部位分页查询")
......@@ -253,8 +253,6 @@ public class KeySiteController extends BaseController {
page.setCurrent(current);
page.setSize(size);
// 权限赋值
PermissionInterceptorContext.setDataAuthRule(authKey);
return ResponseHelper.buildResponse(keySiteServiceImpl.getPageList(page, name, buildingId, fireEnduranceRate,
useNature, fireFacilitiesInfo, bizOrgCode));
......
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