From 10951e110cf662e15b4ac1f7a95f820c6150dfc8 Mon Sep 17 00:00:00 2001 From: lvzb <35200379@qq.com> Date: Fri, 19 Apr 2024 09:32:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AutoMapperProfiles/Plans/CountPlanAutoMapperProfile.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/AutoMapperProfiles/Plans/CountPlanAutoMapperProfile.cs b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/AutoMapperProfiles/Plans/CountPlanAutoMapperProfile.cs index cf0e69b5c..d219dd28e 100644 --- a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/AutoMapperProfiles/Plans/CountPlanAutoMapperProfile.cs +++ b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/AutoMapperProfiles/Plans/CountPlanAutoMapperProfile.cs @@ -47,6 +47,7 @@ public partial class StoreEventAutoMapperProfile : Profile .Ignore(x => x.ArriveDate) .Ignore(x => x.ProduceDate) .Ignore(x => x.ExpireDate) + .Ignore(x=>x.InventoryStage) ; //盘点计划映射到盘点记录