Commit 2ba69d46 authored by 陈立彬's avatar 陈立彬

fix

parent 1af32241
......@@ -59,6 +59,7 @@ public class ExamController {
result.setAnswer(knowledgeDo.getAnswer());
result.setProject(tagDo.getName());
result.setCode(tagDo.getCode());
result.setQuestionId(knowledgeDo.getId());
result.setNext(true);
}
}
......
......@@ -24,7 +24,7 @@ public class UpdateQuestionRequestDto implements Serializable {
@JsonProperty("text")
private String text;
@JsonProperty("text")
@JsonProperty("score")
private Double score;
@JsonProperty("score_criteria")
......
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