修改开具处方问题
This commit is contained in:
parent
4afcbaacf0
commit
f8563694fe
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user