删除检测订单
This commit is contained in:
@@ -263,4 +263,15 @@ class PatientOrderController extends AbstractController
|
||||
$data = $PatientOrderService->getPatientDetectionOrderInfo();
|
||||
return $this->response->json($data);
|
||||
}
|
||||
|
||||
/**
|
||||
* 删除检测订单
|
||||
* @return ResponseInterface
|
||||
*/
|
||||
public function deletePatientDetectionOrder(): ResponseInterface
|
||||
{
|
||||
$PatientOrderService = new PatientOrderService();
|
||||
$data = $PatientOrderService->deletePatientDetectionOrder();
|
||||
return $this->response->json($data);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user