From 1dae840b0d74d90faddff9e5fab949d0324a63f0 Mon Sep 17 00:00:00 2001 From: zzs Date: Thu, 9 Jan 2025 17:42:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=80=BB=E6=88=90=E5=9B=BE=E5=86=8C?= =?UTF-8?q?=E6=98=8E=E7=BB=86=E6=96=B0=E5=A2=9E=E8=A1=8C=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E4=B8=8D=E7=A6=81=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/yem/em/utils/AtlasUtils.java | 2 ++ 1 file changed, 2 insertions(+) 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")) {