|
|
@ -91,4 +91,9 @@ public class PsychologistTitleController { |
|
|
|
ExcelUtils.exportExcelToTarget(response, null, list, PsychologistTitleExcel.class); |
|
|
|
} |
|
|
|
|
|
|
|
@GetMapping("list") |
|
|
|
public Result<List<PsychologistTitleDTO>> list(@RequestParam Map<String, Object> params) { |
|
|
|
List<PsychologistTitleDTO> page = psychologistTitleService.list(params); |
|
|
|
return new Result<List<PsychologistTitleDTO>>().ok(page); |
|
|
|
} |
|
|
|
} |