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) {