This commit is contained in:
2023-03-27 19:20:22 +08:00
parent 894354aaa3
commit 872e53fb47
5 changed files with 36 additions and 12 deletions
+2 -2
View File
@@ -60,13 +60,13 @@ class UserDoctorRequest extends FormRequest
'putPrescription' => [ // 修改处方
'order_prescription_id',
'prescription_icd',// 诊断疾病
'doctor_advice', // 医嘱
// 'doctor_advice', // 医嘱
'prescription_product',// 处方药品
],
'addPrescription' => [ // 新增处方
'order_inquiry_id',// 订单-问诊id
'prescription_icd',// 诊断疾病[]
'doctor_advice', // 医嘱
// 'doctor_advice', // 医嘱
'prescription_product',// 处方药品[]
],
'getDoctorMessageList' => [ // 获取医生问诊消息列表