From f8563694fe5dd19cb2bca4f91b7b0a93a25e1dec Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Fri, 8 Sep 2023 17:52:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BC=80=E5=85=B7=E5=A4=84?= =?UTF-8?q?=E6=96=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/OrderPrescriptionService.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/Services/OrderPrescriptionService.php b/app/Services/OrderPrescriptionService.php index 6d1d23d..e23ce8f 100644 --- a/app/Services/OrderPrescriptionService.php +++ b/app/Services/OrderPrescriptionService.php @@ -124,14 +124,14 @@ class OrderPrescriptionService extends BaseService return OrderPrescription::getCount($params); } - /** - * 开具处方 - * 医生-正常开具 - * 药师-先开具药师处方,再开具医院签章 - * @param string $order_prescription_id 处方id - * @param string $user_id 用户id - * @return array - */ +// /** +// * 开具处方 +// * 医生-正常开具 +// * 药师-先开具药师处方,再开具医院签章 +// * @param string $order_prescription_id 处方id +// * @param string $user_id 用户id +// * @return array +// */ // public function openPrescription1(string $order_prescription_id, string $user_id): array // { // try {