|
|
@ -37,8 +37,7 @@ public class ApiEvaluateController { |
|
|
* @Date: 2019/11/19 16:34 |
|
|
* @Date: 2019/11/19 16:34 |
|
|
*/ |
|
|
*/ |
|
|
@GetMapping("getDeptOfficer") |
|
|
@GetMapping("getDeptOfficer") |
|
|
public Result<List<EvaluateOfficerAppResultDTO>> getDeptOfficer(@LoginUser TokenDto tokenDto) { |
|
|
public Result<List<EvaluateOfficerAppResultDTO>> getDeptOfficer(EvaluateOfficerAppFormDTO formDto,@LoginUser TokenDto tokenDto) { |
|
|
EvaluateOfficerAppFormDTO formDto = new EvaluateOfficerAppFormDTO(); |
|
|
|
|
|
formDto.setGridId(tokenDto.getGridId()); |
|
|
formDto.setGridId(tokenDto.getGridId()); |
|
|
return evaluateService.getDeptOfficer(formDto); |
|
|
return evaluateService.getDeptOfficer(formDto); |
|
|
} |
|
|
} |
|
|
|