diff --git a/src/main/java/com/yem/em/utils/AtlasUtils.java b/src/main/java/com/yem/em/utils/AtlasUtils.java index a06ae1b9..b283edcb 100644 --- a/src/main/java/com/yem/em/utils/AtlasUtils.java +++ b/src/main/java/com/yem/em/utils/AtlasUtils.java @@ -327,6 +327,7 @@ public class AtlasUtils { subentryentity.set("yem_completetime", entryentity.getDate("yem_completetime")); subentryentity.set("yem_replace", entryentity.getString("yem_replace")); subentryentity.set("yem_creationtime", new Date()); + subentryentity.set("yem_disablestat", "A"); subentryentity.set("yem_atlasno", SubRelationUtils.Getatlasno(entryentity.getString("yem_enableparno"))); //zzs add https://docs.qq.com/sheet/DQkFUcGxLTnRTaWl4?tab=BB08J2 问题974 if (entryentity.containsProperty("yem_remark") && subentryentity.containsProperty("yem_partremark")) { @@ -467,6 +468,7 @@ public class AtlasUtils { subentryentity.set("yem_completetime", entryentity.getDate("yem_completetime")); subentryentity.set("yem_replace", entryentity.getString("yem_replace")); subentryentity.set("yem_creationtime", new Date()); + subentryentity.set("yem_disablestat", "A"); subentryentity.set("yem_atlasno", SubRelationUtils.Getatlasno(entryentity.getString("yem_repno"))); //zzs add https://docs.qq.com/sheet/DQkFUcGxLTnRTaWl4?tab=BB08J2 问题974 if (entryentity.containsProperty("yem_remark") && subentryentity.containsProperty("yem_partremark")) {