diff --git a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/AutoMapperProfiles/Requests/ContainerRequestMapperProfile.cs b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/AutoMapperProfiles/Requests/ContainerRequestMapperProfile.cs index 3d34447b1..cddd0c9fd 100644 --- a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/AutoMapperProfiles/Requests/ContainerRequestMapperProfile.cs +++ b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/AutoMapperProfiles/Requests/ContainerRequestMapperProfile.cs @@ -39,6 +39,7 @@ public partial class StoreEventAutoMapperProfile : Profile .ForMember(x => x.ContainerRequestNumber, y => y.MapFrom(d => d.Number)) .Ignore(x => x.JobNumber) .Ignore(x => x.Confirmed) + .Ignore(x => x.ConfirmTime) .Ignore(x => x.Details); CreateMap()