修改医生疑难问诊配置1
This commit is contained in:
parent
e43dbe6043
commit
9817d1dce4
@ -79,14 +79,9 @@ class DoctorInquiryConfigController extends AbstractController
|
|||||||
/**
|
/**
|
||||||
* 获取医生问诊配置-疑难会诊-服务设置
|
* 获取医生问诊配置-疑难会诊-服务设置
|
||||||
* @return ResponseInterface
|
* @return ResponseInterface
|
||||||
* @throws ContainerExceptionInterface
|
|
||||||
* @throws NotFoundExceptionInterface
|
|
||||||
*/
|
*/
|
||||||
public function getDoctorInquiryDifficultConfig(): ResponseInterface
|
public function getDoctorInquiryDifficultConfig(): ResponseInterface
|
||||||
{
|
{
|
||||||
$request = $this->container->get(DoctorInquiryConfigRequest::class);
|
|
||||||
$request->scene('getDoctorInquiryDifficultConfig')->validateResolved();
|
|
||||||
|
|
||||||
$DoctorInquiryService = new DoctorInquiryService();
|
$DoctorInquiryService = new DoctorInquiryService();
|
||||||
$data = $DoctorInquiryService->getDoctorInquiryDifficultConfig();
|
$data = $DoctorInquiryService->getDoctorInquiryDifficultConfig();
|
||||||
return $this->response->json($data);
|
return $this->response->json($data);
|
||||||
|
|||||||
@ -30,10 +30,6 @@ class DoctorInquiryConfigRequest extends FormRequest
|
|||||||
'inquiry_price',
|
'inquiry_price',
|
||||||
'work_num_day',
|
'work_num_day',
|
||||||
],
|
],
|
||||||
'getDoctorInquiryDifficultConfig' => [ // 获取医生问诊配置-疑难会诊-服务设置
|
|
||||||
'inquiry_type',
|
|
||||||
'inquiry_mode',
|
|
||||||
],
|
|
||||||
'addDoctorInquiryDifficultConfig' => [ // 新增医生问诊配置-疑难会诊-服务设置
|
'addDoctorInquiryDifficultConfig' => [ // 新增医生问诊配置-疑难会诊-服务设置
|
||||||
'service_content',
|
'service_content',
|
||||||
'service_process',
|
'service_process',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user