医生列表-导出

This commit is contained in:
2023-11-14 11:27:07 +08:00
parent 0c23273c81
commit a14d321ffa
9 changed files with 830 additions and 79 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ func GetUserDoctorListDto(m []*model.UserDoctor) []*UserDoctorDto {
}
// 加载医生服务类型
if v.User != nil {
if v.DoctorInquiryConfig != nil {
response = response.LoadDoctorInquiryType(v.DoctorInquiryConfig)
} else {
response.InquiryType = "暂无"