diff --git a/app/Services/IndexService.php b/app/Services/IndexService.php index 6474821..b233609 100644 --- a/app/Services/IndexService.php +++ b/app/Services/IndexService.php @@ -257,6 +257,4 @@ class IndexService extends BaseService return success($data); } - - } \ No newline at end of file diff --git a/app/Services/UserDoctorService.php b/app/Services/UserDoctorService.php index 8a28ef9..cfec032 100644 --- a/app/Services/UserDoctorService.php +++ b/app/Services/UserDoctorService.php @@ -981,6 +981,8 @@ class UserDoctorService extends BaseService $result['case'] = $order_inquiry_case;// 病例数据 $result['prescription_icd'] = $order_prescription_icd ?? [];// 处方诊断疾病 $result['prescription']['doctor_advice'] = $order_prescription['doctor_advice'] ?? "";// 医嘱 + $result['prescription']['prescription_status'] = $order_prescription['prescription_status'] ?? "";// 处方状态(1:待审核 2:待使用 3:已失效 4:已使用) + $result['prescription']['pharmacist_audit_status'] = $order_prescription['prescription_status'] ?? "";// 药师审核状态(0:审核中 1:审核成功 2:审核驳回) return success($result); } diff --git a/extend/Ca/prescription.jpg b/extend/Ca/prescription.jpg index 1c95269..717c964 100644 Binary files a/extend/Ca/prescription.jpg and b/extend/Ca/prescription.jpg differ