Commit 69aba966 authored by 陈立彬's avatar 陈立彬

fix更新已考接口

parent d30049d9
......@@ -156,7 +156,7 @@ public class ExamController {
update.setScoreCriteria(scoreCriteria);
update.setScore(score);
update.setId(recordDo.getId());
qaRecordMapper.updateById(recordDo);
qaRecordMapper.updateById(update);
}
return ApiResponse.ok("SUCCESS");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment