This commit is contained in:
wucongxing8150 2025-03-07 19:03:20 +08:00
parent e4399da92d
commit 07236fc173
2 changed files with 1 additions and 1 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@ -198,7 +198,7 @@ func (b *Res) GetResCaseRecordList(c *gin.Context) {
// 获取用户答题记录
maps = make(map[string]interface{})
maps["case_id"] = v.CaseId
maps["case_user_id"] = v.CaseUserId
maps["platform_id"] = v.PlatformId
maps["user_id"] = v.UserId
caseUserAnswers, _ := caseUserAnswerDao.GetCaseUserAnswerPreloadList(maps)