Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
zhenggm
/
smtweb2
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
模块树展示
master
郑根木
2 anni fa
parent
4c97751eaf
commit
4b5c18f8b5
2 ha cambiato i file
con
2 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+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
Vedi 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
Vedi File
@@ -35,7 +35,7 @@ public class SwListData {
return SwListData.EMPTY;
}
return new SwListData(list,
-1
);
return new SwListData(list,
0
);
}
public boolean isEmpty() {
Scrivi
Anteprima
Caricamento…
Annulla
Salva