Merge branch 'dev'
This commit is contained in:
commit
bc28579e3e
@ -59,6 +59,7 @@ class editDoctorInquiryConfigCommand extends HyperfCommand
|
||||
$params['inquiry_type'] = 1;
|
||||
$params['inquiry_mode'] = 1;
|
||||
|
||||
$data = array();
|
||||
$data['is_enable'] = 1;
|
||||
DoctorInquiryConfig::editInquiryConfig($params,$data);
|
||||
}
|
||||
@ -70,6 +71,7 @@ class editDoctorInquiryConfigCommand extends HyperfCommand
|
||||
$params['inquiry_type'] = 2;
|
||||
$params['inquiry_mode'] = 1;
|
||||
|
||||
$data = array();
|
||||
$data['is_enable'] = 1;
|
||||
DoctorInquiryConfig::editInquiryConfig($params,$data);
|
||||
}
|
||||
@ -81,6 +83,7 @@ class editDoctorInquiryConfigCommand extends HyperfCommand
|
||||
$params['inquiry_type'] = 3;
|
||||
$params['inquiry_mode'] = 1;
|
||||
|
||||
$data = array();
|
||||
$data['is_enable'] = 1;
|
||||
DoctorInquiryConfig::editInquiryConfig($params,$data);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user