1
This commit is contained in:
parent
5a7b7e0812
commit
b5636cde04
@ -259,7 +259,7 @@ func (r *DoctorInquiryConfigService) PutDoctorInquiryConfig(inquiryConfigId int6
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 验证医生服务设置-疑难会诊
|
// 验证医生服务设置-疑难会诊
|
||||||
if doctorInquiryConfig.InquiryType == 1 || doctorInquiryConfig.InquiryType == 6 {
|
if doctorInquiryConfig.InquiryType == 1 && doctorInquiryConfig.InquiryMode == 6 {
|
||||||
if req.DoctorInquiryConfigService == nil {
|
if req.DoctorInquiryConfigService == nil {
|
||||||
return false, errors.New("请填写疑难会诊服务设置")
|
return false, errors.New("请填写疑难会诊服务设置")
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user