浏览代码

定向时去掉无用的知识点

mingfu 1 天之前
父节点
当前提交
f7a86de1e0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ie-admin/src/main/java/com/ruoyi/web/service/LearnTeacherService.java

+ 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) {
         public TreeNode(Long id, String name, Integer[] counts) {
             this.id = id;
             this.id = id;
             this.name = name;
             this.name = name;
-            this.status = 0;
+            this.status = 1;
             this.questionCount = null != counts ? counts[0] : 0;
             this.questionCount = null != counts ? counts[0] : 0;
             this.finishedCount = null != counts ? counts[1] : 0;
             this.finishedCount = null != counts ? counts[1] : 0;
             this.rightCount = null != counts ? counts[2] : 0;
             this.rightCount = null != counts ? counts[2] : 0;