Browse Source

..

Branch_PaiNaWeiSJob
xusc 3 months ago
parent
commit
494553b54c
  1. 2
      ICSSoft.FromERP/SyncCustomer_WeiMas.cs
  2. 2
      ICSSoft.FromERP/SyncItem_WeiMas.cs
  3. 2
      ICSSoft.FromERP/SyncVendor_WeiMas.cs

2
ICSSoft.FromERP/SyncCustomer_WeiMas.cs

@ -67,7 +67,7 @@ namespace ICSSoft.FromERP
var input = new CustomerInputDto();
input.BeginTime = lastDate.Value;
input.EndTime = new DateTime(9999, 99, 99, 0, 0, 0);
input.EndTime = new DateTime(9999, 1, 1, 0, 0, 0);
var inputObj = JsonConvert.SerializeObject(input);
string url = ICSHelper.GetConfigString()["WeiMasErpUrl"];

2
ICSSoft.FromERP/SyncItem_WeiMas.cs

@ -65,7 +65,7 @@ namespace ICSSoft.FromERP
var input = new ItemInputDto();
input.BeginTime = lastDate.Value;
input.EndTime = new DateTime(9999, 99, 99, 0, 0, 0);
input.EndTime = new DateTime(9999, 1, 1, 0, 0, 0);
var inputObj = JsonConvert.SerializeObject(input);
string url = ICSHelper.GetConfigString()["WeiMasErpUrl"];

2
ICSSoft.FromERP/SyncVendor_WeiMas.cs

@ -67,7 +67,7 @@ namespace ICSSoft.FromERP
var input = new VendorInputDto();
input.BeginTime = lastDate.Value;
input.EndTime = new DateTime(9999, 99, 99, 0, 0, 0);
input.EndTime = new DateTime(9999, 1, 1, 0, 0, 0);
var inputObj = JsonConvert.SerializeObject(input);
string url = ICSHelper.GetConfigString()["WeiMasErpUrl"];

Loading…
Cancel
Save