修改开具处方问题

This commit is contained in:
wucongxing 2023-09-08 17:52:37 +08:00
parent 4afcbaacf0
commit f8563694fe

View File

@ -124,14 +124,14 @@ class OrderPrescriptionService extends BaseService
return OrderPrescription::getCount($params); return OrderPrescription::getCount($params);
} }
/** // /**
* 开具处方 // * 开具处方
* 医生-正常开具 // * 医生-正常开具
* 药师-先开具药师处方,再开具医院签章 // * 药师-先开具药师处方,再开具医院签章
* @param string $order_prescription_id 处方id // * @param string $order_prescription_id 处方id
* @param string $user_id 用户id // * @param string $user_id 用户id
* @return array // * @return array
*/ // */
// public function openPrescription1(string $order_prescription_id, string $user_id): array // public function openPrescription1(string $order_prescription_id, string $user_id): array
// { // {
// try { // try {