优化接口

This commit is contained in:
tongfei
2024-03-27 11:27:54 +08:00
parent 57df8468fc
commit 42bcb5230f
3 changed files with 8 additions and 2 deletions

View File

@@ -242,6 +242,7 @@ namespace WMS.Web.Repositories
MaterialNumber=x.MaterialNumber,
SubStockCode=x.SubStockCode,
OrgCode=x.OrgCode,
StockCode=x.StockCode,
SubStock = _singleDataService.GetSingleData(SingleAction.SubStocksJoinOrgCode, companyId, x.SubStockCode + x.StockCode + x.OrgCode),
}).ToListAsync();
}