This commit is contained in:
wucongxing8150 2025-03-07 17:32:16 +08:00
parent bf7bf6a9bf
commit bd13d73bd7
2 changed files with 5 additions and 2 deletions

5
.idea/workspace.xml generated
View File

@ -4,7 +4,10 @@
<option name="autoReloadType" value="ALL" />
</component>
<component name="ChangeListManager">
<list default="true" id="09680d75-fdfe-476c-9cbd-c63de2566c12" name="更改" comment="1" />
<list default="true" id="09680d75-fdfe-476c-9cbd-c63de2566c12" name="更改" comment="1">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/api/dao/CaseComment.go" beforeDir="false" afterPath="$PROJECT_DIR$/api/dao/CaseComment.go" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />

View File

@ -124,7 +124,7 @@ func (r *CaseCommentDao) GetCaseCommentPageSearch(req requests.GetCaseCommentPag
// 构建查询条件
query := global.Db.Model(&model.CaseComment{})
// 用户12
// 用户1
query = query.Preload("User")
// 用户医院