新增自动完成订单,处理处方数据,修改获取问诊评价返回内容

This commit is contained in:
2023-04-08 16:02:18 +08:00
parent 67429ae31b
commit 3008c1f9bc
8 changed files with 118 additions and 21 deletions
+2 -1
View File
@@ -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;
}
}