修正分页
This commit is contained in:
@@ -92,4 +92,15 @@ class PatientOrderController extends AbstractController
|
||||
$data = $PatientOrderService->getPatientProductOrderList();
|
||||
return $this->response->json($data);
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取药品订单详情
|
||||
* @return ResponseInterface
|
||||
*/
|
||||
public function getPatientProductOrderInfo(): ResponseInterface
|
||||
{
|
||||
$PatientOrderService = new PatientOrderService();
|
||||
$data = $PatientOrderService->getPatientProductOrderInfo();
|
||||
return $this->response->json($data);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user