新增:获取患者服务包订单详情

This commit is contained in:
2024-04-12 13:57:16 +08:00
parent 3e583e9d3b
commit 6e5b71755a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -353,7 +353,7 @@ class PatientOrderController extends AbstractController
public function getPatientServiceOrderInfo(): ResponseInterface
{
$PatientOrderService = new PatientOrderService();
$data = $PatientOrderService->getPatientInquiryOrderInfo();
$data = $PatientOrderService->getPatientServiceOrderInfo();
return $this->response->json($data);
}
}