he2802 преди 2 години
родител
ревизия
a6a5ca5524
променени са 1 файла, в които са добавени 9 реда и са изтрити 0 реда
  1. 9 0
      zhongzheng-system/src/main/java/com/zhongzheng/modules/bank/service/impl/QuestionServiceImpl.java

+ 9 - 0
zhongzheng-system/src/main/java/com/zhongzheng/modules/bank/service/impl/QuestionServiceImpl.java

@@ -1063,6 +1063,15 @@ public class QuestionServiceImpl extends ServiceImpl<QuestionMapper, Question> i
 
     private boolean isXueJianQuestionStart(String content,Integer type,List<String> alKeyList) {
         content = dealTxt(content);
+        if (content.startsWith("一、单项选择题")) {
+            return true;
+        }
+        if (content.startsWith("二、多项选择题")) {
+            return true;
+        }
+        if (content.startsWith("三、实务操作和案例分析题")) {
+            return true;
+        }
         if (Validator.isNotEmpty(content)) {
             if(type==5){
                 if(alKeyList.contains(content)){