医生排班后端接口异常修复
This commit is contained in:
@@ -18,7 +18,7 @@ public class DoctorScheduleController {
|
|||||||
* 获取医生排班List
|
* 获取医生排班List
|
||||||
*
|
*
|
||||||
* */
|
* */
|
||||||
@PostMapping("/add")
|
@GetMapping("/list")
|
||||||
public R<?> getDoctorScheduleList() {
|
public R<?> getDoctorScheduleList() {
|
||||||
return R.ok(doctorScheduleAppService.getDoctorScheduleList());
|
return R.ok(doctorScheduleAppService.getDoctorScheduleList());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user