修正修改错误
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user