|
@@ -476,7 +476,7 @@ public class PaperService {
|
|
Paper paper = paperRepo.findOne(paperId);
|
|
Paper paper = paperRepo.findOne(paperId);
|
|
QuestionSearchCondition ques = new QuestionSearchCondition();
|
|
QuestionSearchCondition ques = new QuestionSearchCondition();
|
|
if (quesType != null) {
|
|
if (quesType != null) {
|
|
- ques.setQuesType(quesType);
|
|
|
|
|
|
+ ques.setQuestionType(quesType);
|
|
}
|
|
}
|
|
Map<String, String> quesParams = new HashMap<String, String>();
|
|
Map<String, String> quesParams = new HashMap<String, String>();
|
|
// quesParams.put("courseName", paper.getCourseName());
|
|
// quesParams.put("courseName", paper.getCourseName());
|