完善检查项目模块
Some checks failed
Java CI with Maven / build (11) (push) Has been cancelled
Java CI with Maven / build (17) (push) Has been cancelled
Java CI with Maven / build (8) (push) Has been cancelled
yudao-ui-admin CI / build (14.x) (push) Has been cancelled
yudao-ui-admin CI / build (16.x) (push) Has been cancelled

This commit is contained in:
lxd 2024-07-24 19:21:11 +08:00
parent 6381043a77
commit c226139fd4
2 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ import javax.validation.Valid;
@Tag(name = "管理后台 - 医生管理")
@RestController
@RequestMapping("/doctor/")
@RequestMapping("/mapper/doctor/")
@Validated
public class DoctorController {