This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhenggm
/
smtweb2
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
模块树展示
master
郑根木
2 years ago
parent
4c97751eaf
commit
4b5c18f8b5
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
smtweb-framework/bpm/src/main/java/cc/smtweb/system/bpm/web/design/db/ModelCatalogTreeHandler.java
+1
-1
smtweb-framework/core/src/main/java/cc/smtweb/framework/core/mvc/service/SwListData.java
+ 1
- 0
smtweb-framework/bpm/src/main/java/cc/smtweb/system/bpm/web/design/db/ModelCatalogTreeHandler.java
View File
@@ -225,6 +225,7 @@ public class ModelCatalogTreeHandler extends AbstractTreeHandler<DefaultEntity>
if (lf != null && !lf.isEmpty()) {
List<SwMap> list = buildNodes(lf, true);
node.put("children", list);
node.put("leaf", false);
}
}
}
+ 1
- 1
smtweb-framework/core/src/main/java/cc/smtweb/framework/core/mvc/service/SwListData.java
View File
@@ -35,7 +35,7 @@ public class SwListData {
return SwListData.EMPTY;
}
return new SwListData(list,
-1
);
return new SwListData(list,
0
);
}
public boolean isEmpty() {
Write
Preview
Loading…
Cancel
Save