|
|
@@ -56,7 +56,7 @@ public class BizClinicRoomController extends BaseController{
|
|
|
}
|
|
|
|
|
|
@ApiOperationSupport(author = "wangzl", order = 4)
|
|
|
- @ApiOperation(value = "手术信切换医生", notes = "权限: 无")
|
|
|
+ @ApiOperation(value = "手术信息切换医生", notes = "权限: 无")
|
|
|
@PostMapping("/shiftDoctor")
|
|
|
public CommonResult<Boolean> shiftDoctor(@RequestBody@Validated BizClinicShiftDoctorDTO source) {
|
|
|
return CommonResult.success(bizClinicRoomService.shiftDoctor(source));
|