This commit is contained in:
wucongxing8150 2025-03-07 17:33:05 +08:00
parent c7e1ce3a67
commit ede9a0bc80

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")
// 用户医院1