ci: 去掉联络人管理分页查询接口权限

This commit is contained in:
2024-02-25 17:00:57 +08:00
parent 102adf72d9
commit f70da62f80
@@ -76,7 +76,6 @@ public class LawsContactManageController extends JeroController<LawsContactManag
@ApiOperationSupport(order = 1)
@ApiOperation(value="联络人管理合并联络人-分页列表查询", notes="联络人管理合并联络人-分页列表查询")
@GetMapping(value = "/pageMerge")
@RequiresPermissions("system:contactManage:search")
public Result<IPage<LawsContactManage>> pageMerge(LawsContactManage lawsContactManage,
@RequestParam(name="pageNo", defaultValue="1") Integer pageNo,
@RequestParam(name="pageSize", defaultValue="10") Integer pageSize,