修改医生疑难问诊配置1

This commit is contained in:
2024-04-25 14:44:42 +08:00
parent e43dbe6043
commit 9817d1dce4
2 changed files with 0 additions and 9 deletions
@@ -79,14 +79,9 @@ class DoctorInquiryConfigController extends AbstractController
/**
* 获取医生问诊配置-疑难会诊-服务设置
* @return ResponseInterface
* @throws ContainerExceptionInterface
* @throws NotFoundExceptionInterface
*/
public function getDoctorInquiryDifficultConfig(): ResponseInterface
{
$request = $this->container->get(DoctorInquiryConfigRequest::class);
$request->scene('getDoctorInquiryDifficultConfig')->validateResolved();
$DoctorInquiryService = new DoctorInquiryService();
$data = $DoctorInquiryService->getDoctorInquiryDifficultConfig();
return $this->response->json($data);