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