浏览代码

fix 题目导入

he2802 3 年之前
父节点
当前提交
b92147db6b

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

@@ -299,7 +299,7 @@ public class QuestionServiceImpl extends ServiceImpl<QuestionMapper, Question> i
             errorLog = insertByAddBoImport(bo,i);
             i++;
         }
-        return errorLog;
+        return errorList;
     }
 
     @Override