修改医生疑难问诊配置1
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user