【修改】 单词拼写错误

This commit is contained in:
dlaren
2025-08-30 20:32:22 +08:00
parent 781f81a6e5
commit 91d8018d39

View File

@@ -264,14 +264,14 @@ public class UserController {
}
@GetMapping("/getSpeciatListByUser")
@GetMapping("/getSpecialtListByUser")
@Operation(summary = "获取专业信息,判断用户类型")
public CommonResult<List<SpecialtyQueryVo>> getListByUser() {
List<SpecialtyQueryVo> list = userService.getListByUser();
return success(BeanUtils.toBean(list, SpecialtyQueryVo.class));
}
@GetMapping("/getSpeciatListByTenantId")
@GetMapping("/getSpecialtListByTenantId")
@Operation(summary = "获取专业信息,判断用户类型")
public CommonResult<List<SpecialtyQueryVo>> getSpeciatListByTenantId() {
List<SpecialtyQueryVo> list = userService.getSpeciatListByTenantId();