| | |
| | | import com.panzhihua.common.model.dtos.shop.PageComShopStoreDTO; |
| | | import com.panzhihua.common.model.dtos.user.PageInputUserDTO; |
| | | import com.panzhihua.common.model.dtos.vaccines.*; |
| | | import com.panzhihua.common.model.vos.IPageVO; |
| | | import com.panzhihua.common.model.vos.R; |
| | | import com.panzhihua.common.model.vos.SystemmanagementConfigVO; |
| | | import com.panzhihua.common.model.vos.*; |
| | | import com.panzhihua.common.model.vos.community.*; |
| | | import com.panzhihua.common.model.vos.community.questnaire.EditComActQuestnaireVo; |
| | | import com.panzhihua.common.model.vos.community.questnaire.QuestnaireVO; |
| | |
| | | import com.panzhihua.common.model.vos.shop.ShopStoreVO; |
| | | import com.panzhihua.common.model.vos.user.UserElectronicFileVO; |
| | | import com.panzhihua.common.model.vos.user.UserPhoneVO; |
| | | import com.panzhihua.common.utlis.ExcelSelectObject; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | | import org.springframework.web.bind.annotation.*; |
| | |
| | | * @return |
| | | */ |
| | | @PostMapping("/building/batchSave") |
| | | R listSaveBuildingExcelVO(@RequestBody List<ComMngBuildingExcelVO> newVoList,@RequestParam("communityId") Long communityId,@RequestParam("streetId")Long streetId); |
| | | R listSaveBuildingExcelVO(@RequestBody List<ComMngBuildingExcelVO> newVoList,@RequestParam("communityId") Long communityId); |
| | | |
| | | /** |
| | | * 根据字典key查询字典项 |
| | | * @param key |
| | | * @return |
| | | */ |
| | | @GetMapping("/dictionary/listDictionaryByKey") |
| | | R<List<BcDictionaryVO>> listDictionaryByKey(@RequestParam("key") String key); |
| | | // R listSaveBuildingExcelVO(@RequestBody List<ComMngBuildingExcelVO> newVoList,@RequestParam("communityId") Long communityId,@RequestParam("streetId")Long streetId); |
| | | |
| | | /** |
| | | * description 批量保存重点人群人员信息 |
| | |
| | | */ |
| | | @PostMapping("/key_person/batch/save") |
| | | R saveBatchKeyPerson(@RequestBody List<KeyPersonInfoDTO> list); |
| | | |
| | | /** |
| | | * 大屏统计实有人口 |
| | | * @param communityId |
| | | * @return |
| | | */ |
| | | @GetMapping("/screen/population/statistic") |
| | | R statistic(@RequestParam("communityId")Long communityId); |
| | | |
| | | |
| | | /** |
| | | * 大屏统计邻里圈 |
| | | * @param communityId |
| | | * @return |
| | | */ |
| | | @GetMapping("/screen/work/neighborCircle") |
| | | R statisticNeighborCircle(@RequestParam("communityId") Long communityId); |
| | | |
| | | /** |
| | | * 大屏统计邻里圈 |
| | | */ |
| | | @GetMapping("/screen/work/wish") |
| | | R wish(@RequestParam("communityId") Long communityId); |
| | | |
| | | /** |
| | | * 大屏统计社区-活动 |
| | | * @param communityId |
| | | * @return |
| | | */ |
| | | @GetMapping("/screen/work/activity") |
| | | R activity(@RequestParam("communityId") Long communityId); |
| | | |
| | | /** |
| | | * 大屏统计一起议 |
| | | * @param communityId |
| | | * @return |
| | | */ |
| | | @GetMapping("/screen/work/discuss") |
| | | R discuss(@RequestParam("communityId") Long communityId); |
| | | |
| | | /** |
| | | * 大屏统计党建工作 |
| | | * @param communityId |
| | | * @return |
| | | */ |
| | | @GetMapping("/screen/work/pbWork") |
| | | R pbWork(@RequestParam("communityId")Long communityId); |
| | | |
| | | |
| | | /** |
| | | * 大屏统计随手拍 |
| | | * @param communityId |
| | | * @return |
| | | */ |
| | | @GetMapping("/screen/work/easyPhoto") |
| | | R easyPhoto(@RequestParam("communityId")Long communityId); |
| | | |
| | | /** |
| | | * 大屏统计工作情况 |
| | | * @param communityId |
| | | * @return |
| | | */ |
| | | @GetMapping("/screen/work/workCount") |
| | | R workCount(@RequestParam("communityId")Long communityId); |
| | | } |