1
This commit is contained in:
parent
cfd25b5ff5
commit
70f9c47e0c
@ -373,6 +373,12 @@ func (r *DoctorInquiryConfigService) AddDoctorInquiryConfig(req requests.AddDoct
|
||||
return false, errors.New("该医生未进行绑定结算银行卡")
|
||||
}
|
||||
|
||||
if req.InquiryType == 4 && req.InquiryMode == 1 && req.IsEnable == 1 {
|
||||
if userDoctor.MultiPointStatus != 1 {
|
||||
return false, errors.New("该医生未进行多点认证")
|
||||
}
|
||||
}
|
||||
|
||||
// 获取系统问诊配置
|
||||
systemInquiryConfigDao := dao.SystemInquiryConfigDao{}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user