1
This commit is contained in:
parent
b5636cde04
commit
17cd97df86
@ -352,7 +352,7 @@ func (r *DoctorInquiryConfigService) PutDoctorInquiryConfig(inquiryConfigId int6
|
||||
}
|
||||
|
||||
// 修改医生服务设置-疑难会诊
|
||||
if doctorInquiryConfig.InquiryType == 1 || doctorInquiryConfig.InquiryType == 6 {
|
||||
if doctorInquiryConfig.InquiryType == 1 && doctorInquiryConfig.InquiryMode == 6 {
|
||||
// 获取医生服务设置-疑难会诊
|
||||
doctorInquiryConfigServiceDao := dao.DoctorInquiryConfigServiceDao{}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user