新增:获取患者服务包订单详情
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user