This commit is contained in:
2025-03-07 17:32:16 +08:00
parent bf7bf6a9bf
commit bd13d73bd7
2 changed files with 5 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{})
// 用户12
// 用户1
query = query.Preload("User")
// 用户医院