修改消息通知,新增患者问诊病例

This commit is contained in:
2023-08-10 11:39:39 +08:00
parent aa8cbcf9e8
commit 84c24faf70
5 changed files with 85 additions and 7 deletions
+1 -1
View File
@@ -1271,7 +1271,7 @@ class UserDoctorService extends BaseService
$prescription_icd = $this->request->input('prescription_icd');
$doctor_advice = $this->request->input('doctor_advice');
$prescription_product = $this->request->input('prescription_product');
$disease_desc = $this->request->input('disease_desc');
$disease_desc = $this->request->input('disease_desc'); // 病情主诉
// 获取医生信息
$params = array();