修复bug
This commit is contained in:
@@ -58,8 +58,9 @@ namespace WMS.Web.Api.Controllers
|
||||
{
|
||||
OperateRequest dto = new OperateRequest();
|
||||
dto.Ids.Add(54);
|
||||
var result = await this._erpService.BillQueryForSubStock();
|
||||
//await _outStockService.Sync(dto, null);
|
||||
var b = await _takeStockService.Sync(dto);
|
||||
//var b = await _takeStockService.Sync(dto);
|
||||
// List<ErpCustomerDto> list = null;
|
||||
//var b= list.FirstOrDefault(f => f.Id == 123);
|
||||
//var entity=await _takeStockRepositories.GetEntityList(new List<int>() {2 });
|
||||
|
||||
Reference in New Issue
Block a user