@@ -84,7 +84,7 @@ public class AdminDeptLogic {
.list();
if(collect.size() == 0){
- return null;
+ return new ArrayList<>();
}
List<AdminDeptTree> adminDeptTrees = new ArrayList<>();