From ede9a0bc80d8e9cdb960d9ec948e59c17091b767 Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Fri, 7 Mar 2025 17:33:05 +0800 Subject: [PATCH] 133 --- api/dao/CaseComment.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/dao/CaseComment.go b/api/dao/CaseComment.go index b89860e..55ee4a4 100644 --- a/api/dao/CaseComment.go +++ b/api/dao/CaseComment.go @@ -124,7 +124,7 @@ func (r *CaseCommentDao) GetCaseCommentPageSearch(req requests.GetCaseCommentPag // 构建查询条件 query := global.Db.Model(&model.CaseComment{}) - // 用户1 + // 用户12 query = query.Preload("User") // 用户医院1