修改医生疑难问诊配置1
This commit is contained in:
parent
e43dbe6043
commit
9817d1dce4
@ -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);
|
||||
|
||||
@ -30,10 +30,6 @@ class DoctorInquiryConfigRequest extends FormRequest
|
||||
'inquiry_price',
|
||||
'work_num_day',
|
||||
],
|
||||
'getDoctorInquiryDifficultConfig' => [ // 获取医生问诊配置-疑难会诊-服务设置
|
||||
'inquiry_type',
|
||||
'inquiry_mode',
|
||||
],
|
||||
'addDoctorInquiryDifficultConfig' => [ // 新增医生问诊配置-疑难会诊-服务设置
|
||||
'service_content',
|
||||
'service_process',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user