|
|
@@ -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;
|