医生排班后端接口异常修复

This commit is contained in:
2025-12-12 09:12:40 +08:00
parent 49f95b40ea
commit 39aa710fd3

View File

@@ -18,7 +18,7 @@ public class DoctorScheduleController {
* 获取医生排班List
*
* */
@PostMapping("/add")
@GetMapping("/list")
public R<?> getDoctorScheduleList() {
return R.ok(doctorScheduleAppService.getDoctorScheduleList());
}