| | |
| | | import javax.annotation.Resource; |
| | | |
| | | import com.panzhihua.common.controller.BaseController; |
| | | import com.panzhihua.common.model.dtos.PageBaseDTO; |
| | | import com.panzhihua.common.model.dtos.community.ActivityInviteDTO; |
| | | import com.panzhihua.common.model.dtos.community.PageActivityInviteDTO; |
| | | import com.panzhihua.common.model.dtos.property.CommonPage; |
| | |
| | | return automessageSysUserService.selectAutomessageSysUserById(id); |
| | | } |
| | | |
| | | /** |
| | | * 根据id查询重复的社区id集合 |
| | | * @return |
| | | */ |
| | | @GetMapping("selectBasicData") |
| | | public R selectBasicData(){ |
| | | return comActService.selectBasicData(); |
| | | } |
| | | |
| | | /** |
| | | * 统计在职干部特长 |
| | | * @return |
| | | */ |
| | | @GetMapping("statisticsPbMemberType") |
| | | public R statisticsPbMemberType(){ |
| | | return comActService.statisticsPbMemberType(); |
| | | } |
| | | |
| | | /** |
| | | * 统计单位 |
| | | * @return |
| | | */ |
| | | @GetMapping("selectUnitByNatureName") |
| | | public R selectUnitByNatureName(){ |
| | | return comActService.selectUnitByNatureName(); |
| | | } |
| | | |
| | | /** |
| | | * 大屏-社区活动分页 |
| | | * @return |
| | | */ |
| | | @PostMapping("pageActivityBigScreen") |
| | | public R pageActivityBigScreen(@RequestBody PageBaseDTO pageBaseDTO){ |
| | | return comActActivityService.pageActivityBigScreen(pageBaseDTO); |
| | | } |
| | | |
| | | @GetMapping("easyphoto/selectStatisticsPhoto") |
| | | public R selectStatisticsPhoto() { |
| | | return comActEasyPhotoService.selectStatisticsPhoto(); |
| | | } |
| | | |
| | | } |