获取患者进行中的检测订单

This commit is contained in:
2023-08-07 09:06:34 +08:00
parent 2159400c44
commit cefe11b02b
4 changed files with 51 additions and 1 deletions
+3
View File
@@ -21,6 +21,9 @@ class DetectionRequest extends FormRequest
'doctor_id', // 医生id
'client_type', // 客户端类型(1:手机 2:电脑)
],
'getDetectionDoctorOrderFirst' => [ // 创建检测订单
'family_id',
],
];
/**