【修改】 单词拼写错误
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user