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 {