| | |
| | | * @param unionOutdoorLaborDynamicDto |
| | | * @return 动态结果 |
| | | */ |
| | | @ApiOperation(value = "分页总工会-户外劳工站-动态") |
| | | @PostMapping("/page") |
| | | R query(@RequestBody UnionOutdoorLaborDynamicDto unionOutdoorLaborDynamicDto) { |
| | | return communityUnionService.unionOutdoorLaborDynamicQuery(unionOutdoorLaborDynamicDto); |
| | |
| | | * 动态 id |
| | | * @return 查找结果 |
| | | */ |
| | | @ApiOperation(value = "分页总工会-户外劳工站-动态") |
| | | @GetMapping("/{id}") |
| | | R unionOutdoorLaborDynamicDetail(@PathVariable("id") Long id) { |
| | | return communityUnionService.unionOutdoorLaborDynamicDetail(id); |
| | | } |
| | | |
| | | |
| | | @ApiOperation(value = "所在地地址下拉列表(攀枝花)", response = ComMngStructAreaDistrictVO.class) |
| | | @PostMapping("listarea") |
| | |
| | | Long cityAdcode = 510400l; |
| | | return communityService.listAreaDistrict(cityAdcode); |
| | | } |
| | | |
| | | } |