|
@@ -2036,7 +2036,6 @@ public class QuestionServiceImpl extends ServiceImpl<QuestionMapper, Question> i
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- System.out.println(content);
|
|
|
content = dealTxt(content);
|
|
|
if (content.startsWith("#")||isXueJianQuestionStart(content,type,alKeyList)) {
|
|
|
if(hasQuestion){
|
|
@@ -2120,17 +2119,14 @@ public class QuestionServiceImpl extends ServiceImpl<QuestionMapper, Question> i
|
|
|
continue;
|
|
|
}
|
|
|
if (content.startsWith("一、单项选择题")) {
|
|
|
- System.out.println("我的单选");
|
|
|
type = 1;
|
|
|
continue;
|
|
|
}
|
|
|
if (content.startsWith("二、多项选择题")) {
|
|
|
- System.out.println("我的多项选择题");
|
|
|
type = 2;
|
|
|
continue;
|
|
|
}
|
|
|
if (content.startsWith("三、实务操作和案例分析题")) {
|
|
|
- System.out.println("实务操作和案例分析题");
|
|
|
type = 5;
|
|
|
continue;
|
|
|
}
|