From fecb0cdb10de9ded19072bfebc86ee8e6ef15a0c Mon Sep 17 00:00:00 2001 From: 18942506660 <18942506660@A18942506660> Date: Thu, 23 Nov 2023 17:52:07 +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/Entitys/OutStock.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/WMS.Web.Domain/Entitys/OutStock.cs b/src/WMS.Web.Domain/Entitys/OutStock.cs index fea38b68..be44627d 100644 --- a/src/WMS.Web.Domain/Entitys/OutStock.cs +++ b/src/WMS.Web.Domain/Entitys/OutStock.cs @@ -111,6 +111,8 @@ namespace WMS.Web.Domain.Entitys this.Method = (InventoryInOutMethod)method; this.DeliveryOrgId = task.DeliveryOrgId; this.ReceiptCustomerId = task.ReceiptCustomerId; + this.OrgCode = task.OrgCode; + this.StockCode = task.StockCode; this.CreatorId = creatorId; this.CreateTime = DateTime.Now; if (task.Type == OutStockType.Sal)