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(); }