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) ; //盘点计划映射到盘点记录