he2802 2 tahun lalu
induk
melakukan
a6a5ca5524

+ 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)){