| | |
| | | |
| | | @GetMapping("/largeScreen/qryReport") |
| | | R<List<QryReportResp>> qryReport(@RequestParam(value = "yearTime",required = false) String yearTime); |
| | | |
| | | |
| | | /***************************************************************************************************************** |
| | | * |
| | | * 社区宣传 |
| | | * |
| | | ******************************************************************************************************************/ |
| | | @GetMapping("/sys/conf/getCommunityPublicityData") |
| | | public R getCommunityPublicityData(@RequestParam("communityId") String communityId); |
| | | |
| | | @PostMapping("/sys/conf/addCommunityPublicityDate") |
| | | public R addCommunityPublicityDate(@RequestBody CommunityPublicityVO item); |
| | | |
| | | @PostMapping("/sys/conf/editCommunityPublicityDate") |
| | | public R editCommunityPublicityDate(@RequestBody CommunityPublicityVO item); |
| | | |
| | | @DeleteMapping("/sys/conf/deleteCommunityPublicityData") |
| | | public R deleteCommunityPublicityData(@RequestParam("communityId") String communityId); |
| | | |
| | | |
| | | |
| | | /** |
| | | * 社区活动自动定时更新用户未签退时间 |
| | | * @return |
| | | */ |
| | | @GetMapping("/comActAcidRecord/comActActRegistUpdateEndTime") |
| | | public R comActActRegistUpdateEndTime(); |
| | | |
| | | |
| | | |
| | | } |