diff --git a/.idea/case-api.iml b/.idea/case-api.iml
deleted file mode 100644
index 5e764c4..0000000
--- a/.idea/case-api.iml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
deleted file mode 100644
index 1909c84..0000000
--- a/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
deleted file mode 100644
index 35eb1dd..0000000
--- a/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
deleted file mode 100644
index 71c5d36..0000000
--- a/.idea/workspace.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {
- "associatedIndex": 7
-}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- true
-
-
\ No newline at end of file
diff --git a/api/dao/CaseComment.go b/api/dao/CaseComment.go
index f41504c..b89860e 100644
--- a/api/dao/CaseComment.go
+++ b/api/dao/CaseComment.go
@@ -127,7 +127,7 @@ func (r *CaseCommentDao) GetCaseCommentPageSearch(req requests.GetCaseCommentPag
// 用户1
query = query.Preload("User")
- // 用户医院
+ // 用户医院1
query = query.Preload("User.Hospital")
query = query.Where("case_id = ?", req.CaseId)