From ed457f0430b74fc08afe36ad802da20a8d72355a Mon Sep 17 00:00:00 2001 From: lilili Date: Thu, 18 May 2023 15:09:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ICSSoft.FromERP/ICSSoft.FromERP/ICSSAPDocGet.cs | 4 ++-- ICSSoft.FromERP/ICSSoft.Test/Program.cs | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ICSSoft.FromERP/ICSSoft.FromERP/ICSSAPDocGet.cs b/ICSSoft.FromERP/ICSSoft.FromERP/ICSSAPDocGet.cs index 19d18e1..f7caeef 100644 --- a/ICSSoft.FromERP/ICSSoft.FromERP/ICSSAPDocGet.cs +++ b/ICSSoft.FromERP/ICSSoft.FromERP/ICSSAPDocGet.cs @@ -749,7 +749,7 @@ namespace ICSSoft.FromERP //需求日期 line.NeedDate = Info.ZXQRQ; //需求时间 - line.NeedTime = Info.ZXQSJ.ToString(); + line.NeedTime = Info.ZXQSJ.ToString("yyyy-MM-dd HH:mm:ss"); //备注项 line.RemarksTerm = Info.ZBEIZ; //工艺文本码 @@ -912,7 +912,7 @@ namespace ICSSoft.FromERP //需求日期 line.NeedDate = Info.ZXQRQ; //需求时间 - line.NeedTime = Info.ZXQSJ.ToString(); + line.NeedTime = Info.ZXQSJ.ToString("yyyy-MM-dd HH:mm:ss"); //备注项 line.RemarksTerm = Info.ZBEIZ; //工艺文本码 diff --git a/ICSSoft.FromERP/ICSSoft.Test/Program.cs b/ICSSoft.FromERP/ICSSoft.Test/Program.cs index 8b8933c..841ad01 100644 --- a/ICSSoft.FromERP/ICSSoft.Test/Program.cs +++ b/ICSSoft.FromERP/ICSSoft.Test/Program.cs @@ -13,12 +13,12 @@ namespace ICSSoft.Test //ICSVendor test = new ICSVendor(); //test.Execute(); - //ICSSAPDocGet test = new ICSSAPDocGet(); - //test.Execute(); - - ICSDispatchDoc test = new ICSDispatchDoc(); + ICSSAPDocGet test = new ICSSAPDocGet(); test.Execute(); + //ICSDispatchDoc test = new ICSDispatchDoc(); + //test.Execute(); + //ICSWareHouseLotInfoDoc test = new ICSWareHouseLotInfoDoc(); //test.Execute(); }