he2802 3 年之前
父節點
當前提交
b2cb844a8c

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

@@ -369,6 +369,7 @@ public class QuestionServiceImpl extends ServiceImpl<QuestionMapper, Question> i
                     if(content.startsWith("\\t")){
                         content = content.replace("\\t", "");
                     }
+                    System.out.println(content);
     //                content = trimFirstAndLastChar(content, "\t");
                    if(Validator.isNotEmpty(content)){
                         //第一个选项