| | |
| | | * @param pagePartyBuildingMemberVO 查询参数 |
| | | * @return 查询结果 |
| | | */ |
| | | @GetMapping("/partybuildIng/pageusercertification") |
| | | @PostMapping("/partybuildIng/pageusercertification") |
| | | R pagePrePartybuildingmember(@RequestBody PagePartyBuildingMemberVO pagePartyBuildingMemberVO); |
| | | } |
| | |
| | | * @param pagePartyBuildingMemberVO 查询参数 |
| | | * @return 查询结果 |
| | | */ |
| | | @GetMapping("pageusercertification") |
| | | @PostMapping("pageusercertification") |
| | | R pageUserCertification(@RequestBody PagePartyBuildingMemberVO pagePartyBuildingMemberVO){ |
| | | return comPbMemberService.pagePrePartyBuilingMember(pagePartyBuildingMemberVO); |
| | | } |