修复bug
This commit is contained in:
@@ -53,7 +53,7 @@ namespace WMS.Web.Api.Controllers
|
||||
[Route("hj")]
|
||||
public async Task<string> TestHJ()
|
||||
{
|
||||
var entity=await _takeStockRepositories.GetEntityList(new List<int>() {1 });
|
||||
var entity=await _takeStockRepositories.GetEntityList(new List<int>() {2 });
|
||||
var r= await _takeStockService.Loss_Profit(entity.First());
|
||||
//var list = await GetList();
|
||||
//var c = await _erpService.BillQueryForSubStock(null,null);
|
||||
|
||||
Reference in New Issue
Block a user