This commit is contained in:
wucongxing8150 2025-03-07 17:24:46 +08:00
parent 83fa2cc789
commit 6c173ea4c7
2 changed files with 5 additions and 5 deletions

8
.idea/workspace.xml generated
View File

@ -17,9 +17,9 @@
<component name="MarkdownSettingsMigration">
<option name="stateVersion" value="1" />
</component>
<component name="ProjectColorInfo"><![CDATA[{
"associatedIndex": 7
}]]></component>
<component name="ProjectColorInfo">{
&quot;associatedIndex&quot;: 7
}</component>
<component name="ProjectId" id="2tywnVjiJb83LRPUxGdlWIjCkkN" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
@ -32,7 +32,7 @@
"RunOnceActivity.go.formatter.settings.were.checked": "true",
"RunOnceActivity.go.migrated.go.modules.settings": "true",
"RunOnceActivity.go.modules.go.list.on.any.changes.was.set": "true",
"git-widget-placeholder": "master",
"git-widget-placeholder": "dev",
"go.import.settings.migrated": "true",
"go.sdk.automatically.set": "true",
"last_opened_file_path": "/Users/wucongxing/Desktop/work/case-api",

View File

@ -124,7 +124,7 @@ func (r *CaseCommentDao) GetCaseCommentPageSearch(req requests.GetCaseCommentPag
// 构建查询条件
query := global.Db.Model(&model.CaseComment{})
// 用户
// 用户1
query = query.Preload("User")
// 用户医院