This commit is contained in:
2023-08-09 14:02:00 +08:00
parent 92d67d4492
commit af3295eaa5
6 changed files with 139 additions and 36 deletions
+1
View File
@@ -1739,6 +1739,7 @@ class PatientOrderService extends BaseService
}
$order_detection['detection_project_name'] = $detection_project['detection_project_name'];
return success($order_detection);
}