This commit is contained in:
2025-03-07 17:24:46 +08:00
parent 83fa2cc789
commit 6c173ea4c7
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ func (r *CaseCommentDao) GetCaseCommentPageSearch(req requests.GetCaseCommentPag
// 构建查询条件
query := global.Db.Model(&model.CaseComment{})
// 用户
// 用户1
query = query.Preload("User")
// 用户医院