From d9e25fd97ce8fc4f9708a29f6dba775147af123e Mon Sep 17 00:00:00 2001 From: nxiaoxiao <3247747442@qq.com> Date: Tue, 20 Aug 2024 21:56:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E5=81=9C=E6=96=B0=E6=8C=87=E4=BB=A4?= =?UTF-8?q?=E7=9A=84=E5=AE=9E=E7=8E=B0=EF=BC=8C=E7=AD=89=E5=BE=85=E8=81=94?= =?UTF-8?q?=E5=90=88=E8=B0=83=E8=AF=95=E4=BD=BF=E7=8E=B0=E6=9C=89=E6=8C=87?= =?UTF-8?q?=E4=BB=A4=E8=BF=90=E4=BD=9C=E6=AD=A3=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Instructs/BatchDeleteElementInstruct.cs | 3 ++- Instructs/UpdateTemplateDataInstruct.cs | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Instructs/BatchDeleteElementInstruct.cs b/Instructs/BatchDeleteElementInstruct.cs index bd3b8f8..1267fe4 100644 --- a/Instructs/BatchDeleteElementInstruct.cs +++ b/Instructs/BatchDeleteElementInstruct.cs @@ -19,7 +19,8 @@ namespace OMS.NET.Instructs try { //string conveyor = GlobalArea.GetLoginEmailByID(wsid); - string time = GlobalArea.GetCurrentTime(); + //string time = GlobalArea.GetCurrentTime(); + throw new NotImplementedException("这个也不想搞了"); } catch (Exception ex) { diff --git a/Instructs/UpdateTemplateDataInstruct.cs b/Instructs/UpdateTemplateDataInstruct.cs index 75d33ff..a83a839 100644 --- a/Instructs/UpdateTemplateDataInstruct.cs +++ b/Instructs/UpdateTemplateDataInstruct.cs @@ -19,7 +19,9 @@ namespace OMS.NET.Instructs try { //string conveyor = GlobalArea.GetLoginEmailByID(wsid); - string time = GlobalArea.GetCurrentTime(); + //string time = GlobalArea.GetCurrentTime(); + //string template = Data.GetProperty("template").GetString(); + throw new NotImplementedException("太难搞了,不干了"); } catch (Exception ex) {