ci: 去掉联络人管理分页查询接口权限
This commit is contained in:
-1
@@ -76,7 +76,6 @@ public class LawsContactManageController extends JeroController<LawsContactManag
|
|||||||
@ApiOperationSupport(order = 1)
|
@ApiOperationSupport(order = 1)
|
||||||
@ApiOperation(value="联络人管理合并联络人-分页列表查询", notes="联络人管理合并联络人-分页列表查询")
|
@ApiOperation(value="联络人管理合并联络人-分页列表查询", notes="联络人管理合并联络人-分页列表查询")
|
||||||
@GetMapping(value = "/pageMerge")
|
@GetMapping(value = "/pageMerge")
|
||||||
@RequiresPermissions("system:contactManage:search")
|
|
||||||
public Result<IPage<LawsContactManage>> pageMerge(LawsContactManage lawsContactManage,
|
public Result<IPage<LawsContactManage>> pageMerge(LawsContactManage lawsContactManage,
|
||||||
@RequestParam(name="pageNo", defaultValue="1") Integer pageNo,
|
@RequestParam(name="pageNo", defaultValue="1") Integer pageNo,
|
||||||
@RequestParam(name="pageSize", defaultValue="10") Integer pageSize,
|
@RequestParam(name="pageSize", defaultValue="10") Integer pageSize,
|
||||||
|
|||||||
Reference in New Issue
Block a user