调整时间
This commit is contained in:
@@ -96,7 +96,7 @@ namespace WMS.Web.Api.Controllers
|
|||||||
// t.Details[0].Remark = "sdf";
|
// t.Details[0].Remark = "sdf";
|
||||||
// t.Details[0].ErpDetails[0].SaleBillNo = "sdfsfsbbbb";
|
// t.Details[0].ErpDetails[0].SaleBillNo = "sdfsfsbbbb";
|
||||||
// var s = await _outStockTaskRepositories.Edit(t);
|
// var s = await _outStockTaskRepositories.Edit(t);
|
||||||
await _boxService.Sync();
|
//await _boxService.Sync();
|
||||||
//var res = await this._erpService.BillQueryForAssembledAppOutStock_Dassembly(null,DateTime.Now.AddDays(-300));
|
//var res = await this._erpService.BillQueryForAssembledAppOutStock_Dassembly(null,DateTime.Now.AddDays(-300));
|
||||||
//var result= await this._erpService.BillQueryForPurchaseInStock();
|
//var result= await this._erpService.BillQueryForPurchaseInStock();
|
||||||
//var result = await this._erpService.BillQueryForOrg();
|
//var result = await this._erpService.BillQueryForOrg();
|
||||||
|
|||||||
@@ -3492,11 +3492,6 @@
|
|||||||
erp-Id
|
erp-Id
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="P:WMS.Web.Domain.Options.ErpOptions.PurchaseInstockFieldKeys">
|
|
||||||
<summary>
|
|
||||||
采购入库:字段
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:WMS.Web.Domain.Options.OpsOptions">
|
<member name="T:WMS.Web.Domain.Options.OpsOptions">
|
||||||
<summary>
|
<summary>
|
||||||
老ops对接
|
老ops对接
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ namespace WMS.Web.Domain.Services
|
|||||||
if (list == null || list.Count() <= 0)
|
if (list == null || list.Count() <= 0)
|
||||||
{
|
{
|
||||||
DateTime begin = await _erpOpsSyncDateRepositories.Get(ErpOpsSyncType.Ops);
|
DateTime begin = await _erpOpsSyncDateRepositories.Get(ErpOpsSyncType.Ops);
|
||||||
begin = begin.AddDays(-1);
|
begin = begin.AddMinutes(-10);
|
||||||
OpsBoxRequest request = new OpsBoxRequest(begin, DateTime.Now);
|
OpsBoxRequest request = new OpsBoxRequest(begin, DateTime.Now);
|
||||||
list = await _opsService.GetBox(request);
|
list = await _opsService.GetBox(request);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user