修复bug
This commit is contained in:
@@ -57,10 +57,10 @@ namespace WMS.Web.Api.Controllers
|
||||
public async Task<string> TestHJ()
|
||||
{
|
||||
OperateRequest dto = new OperateRequest();
|
||||
dto.Ids.Add(54);
|
||||
var result = await this._erpService.BillQueryForSubStock();
|
||||
dto.Ids.Add(71);
|
||||
//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