Commit f3bde7f0 by “Kongxiangkun”

增加积分商城相关代码

parent a8e17391
......@@ -396,7 +396,7 @@ public class TrExamOnlineReadOverServiceImpl extends ServiceImpl<TrExamOnlineRea
Exam exam = examService.selectById(trExamAnswer1.getExamId());
if (exam != null) {
result.put("examId", exam.getId());
result.put("examId", exam.getId().toString());
result.put("qualifiedScore", exam.getQualifiedScore());
if (trExamAnswer1.getAccountId() != null) {
......
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