监管平台更新接口 V2
Build Docker / build (push) Has been cancelled

This commit is contained in:
haomingming
2026-05-12 14:49:47 +08:00
parent f9ba59aa55
commit 012984f636
15 changed files with 1773 additions and 204 deletions
+7 -1
View File
@@ -1730,6 +1730,7 @@ class UserDoctorService extends BaseService
$data['product_id'] = $item['product_id'];
$data['prescription_product_num'] = $item['prescription_product_num'];
$data['product_name'] = $product['product_name'];
$data['product_price'] = $product['product_price'];
$data['product_spec'] = $product['product_spec'];
$data['license_number'] = $product['license_number'];
$data['manufacturer'] = $product['manufacturer'];
@@ -1799,6 +1800,11 @@ class UserDoctorService extends BaseService
$data = array();
$data['order_prescription_id'] = $order_prescription->order_prescription_id;
$data['doctor_ca_file_id'] = $prescription_open_result['file_id'];
$data['doctor_ca_supplier'] = $prescription_open_result['ca_supplier'] ?? "";
$data['doctor_ca_sign_type'] = $prescription_open_result['ca_sign_type'] ?? "";
$data['doctor_ca_sign_originaltext'] = $prescription_open_result['ca_sign_originaltext'] ?? "";
$data['doctor_ca_sign_text'] = $prescription_open_result['ca_sign_text'] ?? "";
$data['doctor_ca_sign_time'] = $prescription_open_result['ca_sign_time'] ?? "";
$data['prescription_img_oss_path'] = $prescription_open_result['prescription_img_oss_path'];
$order_prescription_file = OrderPrescriptionFile::addOrderPrescriptionFile($data);
if (empty($order_prescription_file)){
@@ -3159,4 +3165,4 @@ class UserDoctorService extends BaseService
return $multi_point_enable;
}
}
}