修改上报数据

This commit is contained in:
2023-08-16 13:52:54 +08:00
parent 76661ed7b7
commit 7663a6512c
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -1752,6 +1752,7 @@ class PatientOrderService extends BaseService
}
$order_detection['detection_project_name'] = $detection_project['detection_project_name'];
$order_detection['detection_result_pdf'] = addAliyunOssWebsite($order_detection['detection_result_pdf']);
return success($order_detection);
}