From 4f93c047f02729fbadb00fed2edf13771a3530e3 Mon Sep 17 00:00:00 2001 From: 18942506660 <18942506660@A18942506660> Date: Tue, 23 Apr 2024 18:01:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/WMS.Web.Domain/Services/OutStockTaskService.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/WMS.Web.Domain/Services/OutStockTaskService.cs b/src/WMS.Web.Domain/Services/OutStockTaskService.cs index 21e2494d..fd4ddf4c 100644 --- a/src/WMS.Web.Domain/Services/OutStockTaskService.cs +++ b/src/WMS.Web.Domain/Services/OutStockTaskService.cs @@ -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 materials = new List(); - //if (materials_result.IsSuccess) - // materials = materials_result.Data.ToList(); + if (materials_result.IsSuccess) + materials = materials_result.Data.ToList(); OutStockTaskInfoResponse response = new OutStockTaskInfoResponse() {