Prechádzať zdrojové kódy

定向时去掉无用的知识点

mingfu 1 deň pred
rodič
commit
f7a86de1e0

+ 1 - 1
ie-admin/src/main/java/com/ruoyi/web/service/LearnTeacherService.java

@@ -538,7 +538,7 @@ public class LearnTeacherService {
         public TreeNode(Long id, String name, Integer[] counts) {
             this.id = id;
             this.name = name;
-            this.status = 0;
+            this.status = 1;
             this.questionCount = null != counts ? counts[0] : 0;
             this.finishedCount = null != counts ? counts[1] : 0;
             this.rightCount = null != counts ? counts[2] : 0;