|
@@ -1342,7 +1342,7 @@ public class PaperServiceImpl implements PaperService{
|
|
|
List<Question> subQuestions = question.getSubQuestions();
|
|
|
for(Question subQuestion:subQuestions){
|
|
|
//添加答案
|
|
|
- String questionAnswer = CommonUtils.deleteHtmlP(subQuestion.getNumber()+"."+subQuestion.getQuesAnswer()+"("+subQuestion.getScore()+"分)");
|
|
|
+ String questionAnswer = CommonUtils.deleteHtmlP(subQuestion.getQuesParams().get("number")+"."+subQuestion.getQuesAnswer()+"("+subQuestion.getScore()+"分)");
|
|
|
htmlList.add("<p class='questionAnswer'>"+questionAnswer+"</p>");
|
|
|
}
|
|
|
}else {
|