测试
This commit is contained in:
Binary file not shown.
@@ -125,7 +125,7 @@ namespace WMS.Web.Api.Controllers
|
||||
//string codes = "AD";
|
||||
//var b = await _erpInventoryService.GetInventory(new List<string>() { "111"});
|
||||
//int count = 10 / 5;
|
||||
var bcd=await _productInventoryService.JuShuiTan();
|
||||
var bcd=await _productInventoryService.LingXing();
|
||||
|
||||
//LingXingResponse<LingXingStockResponse> r = new LingXingResponse<LingXingStockResponse>();
|
||||
|
||||
|
||||
@@ -4140,6 +4140,11 @@
|
||||
页条数
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:WMS.Web.Core.Dto.LingXing.LingXingRequest.type">
|
||||
<summary>
|
||||
海外仓
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:WMS.Web.Core.Dto.LingXing.LingXingSellerResponse">
|
||||
<summary>
|
||||
店铺信息
|
||||
|
||||
@@ -239,6 +239,11 @@ namespace WMS.Web.Domain.Services
|
||||
_logger.LogInformation($"拉取领星数据结果:{resInventory.IsSuccess} {resInventory.Message}");
|
||||
if (!resInventory.IsSuccess) return resStock;
|
||||
|
||||
foreach(var i in ids)
|
||||
{
|
||||
_logger.LogInformation($"拉取领星数据{i} 数据总数:{resInventory.Data.Where(w=>w.StockId==i).Count()}");
|
||||
}
|
||||
|
||||
//物料
|
||||
var materials_result = await _erpService.BillQueryForMaterial();
|
||||
List<ErpMaterialDto> materials = new List<ErpMaterialDto>();
|
||||
|
||||
Reference in New Issue
Block a user