zengtx 2 年之前
父节点
当前提交
2aaa4f0c6e

+ 3 - 0
jeecg-boot-module-system/src/main/java/org/jeecg/modules/system/util/JsonChangeUtils.java

@@ -175,6 +175,7 @@ public class JsonChangeUtils implements ApplicationContextAware{
                 jf.remove("MODetailsID");
                 jf.remove("MOID");
                 jf.remove("pkorg");
+                jf.remove("dVerifyDate");
                 pljf.add(jf);
 
         return pljf;
@@ -288,6 +289,8 @@ public class JsonChangeUtils implements ApplicationContextAware{
             }
 
             jf.remove("pkorg");
+            jf.remove("cAuditDate");
+
             pljf.add(jf);
         //}
         return pljf;