修正获取患者问诊病例\修正发送消息回调缓存
This commit is contained in:
@@ -44,9 +44,14 @@ class InquiryController extends AbstractController
|
||||
/**
|
||||
* 获取患者问诊病例
|
||||
* @return ResponseInterface
|
||||
* @throws ContainerExceptionInterface
|
||||
* @throws NotFoundExceptionInterface
|
||||
*/
|
||||
public function getPatientInquiryCase(): ResponseInterface
|
||||
{
|
||||
$request = $this->container->get(InquiryRequest::class);
|
||||
$request->scene('getPatientInquiryCase')->validateResolved();
|
||||
|
||||
$InquiryService = new InquiryService();
|
||||
$data = $InquiryService->getPatientInquiryCase();
|
||||
return $this->response->json($data);
|
||||
|
||||
Reference in New Issue
Block a user