This commit is contained in:
2023-04-17 19:27:19 +08:00
parent d249429b2b
commit 43390667e4
2 changed files with 11 additions and 7 deletions
+3
View File
@@ -970,12 +970,15 @@ class UserDoctorService extends BaseService
/**
* 修改处方
* 暂时去除修改处方
* @return array
* @throws ContainerExceptionInterface
* @throws NotFoundExceptionInterface
*/
public function putPrescription(): array
{
return fail(HttpEnumCode::HTTP_ERROR, "操作失败");
$user_info = $this->request->getAttribute("userInfo") ?? [];
$order_prescription_id = $this->request->input('order_prescription_id');