| | |
| | | * @return 查找结果 |
| | | */ |
| | | @PostMapping("/{id}") |
| | | R<ComActSocialWorkerDetailsVO> comActSocialWorkerDetails(@PathVariable("id") Long id){ |
| | | R<ComActSocialWorkerVO> comActSocialWorkerDetails(@PathVariable("id") Long id){ |
| | | return comActSocialWorkerService.comActSocialWorkerDetails(id); |
| | | } |
| | | |
| | |
| | | @PostMapping("/input") |
| | | R export(@RequestBody List<ComActSocialWorkerExcelVO> list, @RequestParam("communityId") Long communityId){ |
| | | return comActSocialWorkerService.export(list,communityId); |
| | | }} |
| | | } |
| | | @PostMapping("/activity") |
| | | R activity(@RequestBody CommonPage commonPage){ |
| | | return comActSocialWorkerService.activity(commonPage); |
| | | } |
| | | @PostMapping("/activityList") |
| | | R activityList(@RequestBody CommonPage commonPage){ |
| | | return comActSocialWorkerService.activityList(commonPage); |
| | | } |
| | | } |
| | | |
| | | |