소스 검색

定向时去掉无用的知识点

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