修改医生疑难问诊配置1

This commit is contained in:
wucongxing8150 2024-04-25 14:44:42 +08:00
parent e43dbe6043
commit 9817d1dce4
2 changed files with 0 additions and 9 deletions

View File

@ -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);

View File

@ -30,10 +30,6 @@ class DoctorInquiryConfigRequest extends FormRequest
'inquiry_price',
'work_num_day',
],
'getDoctorInquiryDifficultConfig' => [ // 获取医生问诊配置-疑难会诊-服务设置
'inquiry_type',
'inquiry_mode',
],
'addDoctorInquiryDifficultConfig' => [ // 新增医生问诊配置-疑难会诊-服务设置
'service_content',
'service_process',