| | |
| | | |
| | | import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; |
| | | import com.panzhihua.common.exceptions.PartyBuildingMemberException; |
| | | import com.panzhihua.common.model.dtos.partybuilding.ActivitySignUpDTO; |
| | | import com.panzhihua.common.model.dtos.partybuilding.ComPbActivityDTO; |
| | | import com.panzhihua.common.model.dtos.partybuilding.ComPbServiceTeamDTO; |
| | | import com.panzhihua.common.model.dtos.partybuilding.PageComPbServiceTeamDTO; |
| | | import com.panzhihua.common.model.dtos.partybuilding.*; |
| | | import com.panzhihua.common.model.vos.R; |
| | | import com.panzhihua.common.model.vos.partybuilding.*; |
| | | import com.panzhihua.service_dangjian.model.dos.ComPbMemberDO; |
| | |
| | | R pageUserCertification(@RequestBody PagePartyBuildingMemberVO pagePartyBuildingMemberVO){ |
| | | return comPbMemberService.pagePrePartyBuilingMember(pagePartyBuildingMemberVO); |
| | | } |
| | | |
| | | /** |
| | | * 社区所有启用的党组织列表 |
| | | * @return 党组织集合 |
| | | */ |
| | | @PostMapping("listpartyorganizationByApp") |
| | | public R listPartyOrganizationByApp(@RequestBody ComListPartyDTO comListPartyDTO){ |
| | | List<PartyOrganizationVO> partyOrganizationVOS=partyOrganizationService.listPartyOrganizationByApp(comListPartyDTO); |
| | | return R.ok(partyOrganizationVOS); |
| | | } |
| | | } |