修复bug

This commit is contained in:
18942506660
2024-04-23 18:01:22 +08:00
parent 68ad217906
commit 4f93c047f0

View File

@@ -487,10 +487,10 @@ namespace WMS.Web.Domain.Services
if (customer_result.IsSuccess)
customers = customer_result.Data.ToList();
//var materials_result = await _erpService.BillQueryForMaterial();
var materials_result = await _erpService.BillQueryForMaterial();
List<ErpMaterialDto> materials = new List<ErpMaterialDto>();
//if (materials_result.IsSuccess)
// materials = materials_result.Data.ToList();
if (materials_result.IsSuccess)
materials = materials_result.Data.ToList();
OutStockTaskInfoResponse response = new OutStockTaskInfoResponse()
{