|
|
|
@ -341,6 +341,6 @@ public class ApiAppUserController { |
|
|
|
@GetMapping("volunteer/list") |
|
|
|
public Result<List<EpdcAppVolunteerListResultDTO>> volunteerList(@LoginUser TokenDto tokenDto, EpdcAppVolunteerListFormDTO dto) { |
|
|
|
ValidatorUtils.validateEntity(dto); |
|
|
|
return appUserService.listVolunteer(dto); |
|
|
|
return appUserService.listVolunteer(tokenDto, dto); |
|
|
|
} |
|
|
|
} |
|
|
|
|