1
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user