新增自动完成订单,处理处方数据,修改获取问诊评价返回内容
This commit is contained in:
@@ -564,7 +564,7 @@ class OrderPrescriptionService extends BaseService
|
||||
}
|
||||
|
||||
// 上报处方平台
|
||||
public function reportPrescription(array $order_inquiry, array $order_prescription, array $order_prescription_product, array $order_product)
|
||||
public function reportPrescription(array $order_inquiry, array $order_prescription, array $order_prescription_product, array $order_product): array
|
||||
{
|
||||
$wg = new WaitGroup();
|
||||
$wg->add(8);
|
||||
@@ -810,4 +810,5 @@ class OrderPrescriptionService extends BaseService
|
||||
|
||||
return $arg;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user