| | |
| | | return ResponseUtil.fail("缺少对应用户权限"); |
| | | } |
| | | PageHelper.startPage(baseConditionVO.getPageNo(), baseConditionVO.getPageSize()); |
| | | return ResponseUtil.success(poleGroupService.groupList(baseConditionVO,keyword,groupid)); |
| | | return ResponseUtil.success(poleGroupService.groupList(baseConditionVO, keyword, groupid)); |
| | | } |
| | | |
| | | @PostMapping("/bind/{groupId}") |
| | | public ResponseVO<Object> bindPole(@PathVariable Long groupId,@RequestBody PoleGroupRelationParam param) { |
| | | return ResponseUtil.success(poleGroupService.bindPole(groupId,param.getPoleIdList())); |
| | | public ResponseVO<Object> bindPole(@PathVariable Long groupId, @RequestBody PoleGroupRelationParam param) { |
| | | return ResponseUtil.success(poleGroupService.bindPole(groupId, param.getPoleIdList())); |
| | | } |
| | | } |