@for(item in array){
@if(item==null){continue;}
-
+ @if(item.name=="delFlag"){continue;}
+ @if(item.name=="version"){continue;}
+ @if(item.name=="attachmentId"){continue;}
+
-
-
- @if(isEmpty(item.dictType)){
-
- @}else{
-
- @}
-
+
+
+ @if(isEmpty(item.dictType)){
+
+ @}else{
+
+ @}
+
@}
diff --git a/admin-core/src/main/resources/codeTemplate/html/edit.html b/admin-core/src/main/resources/codeTemplate/html/edit.html
index b1b981072680b89af668ec8170567fa036e59e32..37c5ae628ae04bfd8cf82fb16d1172f611572935 100644
--- a/admin-core/src/main/resources/codeTemplate/html/edit.html
+++ b/admin-core/src/main/resources/codeTemplate/html/edit.html
@@ -4,24 +4,27 @@
@ var list = entity.generalList;
@ var size = list.~size; /*一行显示俩个,生成后在根据显示要求调整*/
@ for(var i=0;i