2026-03-02 14:51:41,503 [.NET Signal Handler] INFO MCMS.Warehouse.Startup - 【应用程序优雅关闭】 2026-03-02 14:51:48,511 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:51:50,367 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:51:50,399 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:51:51,830 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:51:53,454 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:51:53,485 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:51:54,737 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:51:56,304 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:51:56,336 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:51:58,565 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:52:00,340 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:52:00,371 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:52:01,744 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:52:03,333 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:52:03,365 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:52:05,757 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:52:07,446 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:52:07,477 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:52:09,631 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:52:11,200 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:52:11,235 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:52:13,000 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:52:14,763 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:52:14,793 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:52:17,123 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:52:18,657 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:52:18,691 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:52:21,088 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:52:22,655 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:52:22,686 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:52:25,048 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:52:26,669 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:52:26,696 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:52:29,052 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:52:30,561 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:52:30,595 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:52:32,326 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:52:33,843 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:52:33,873 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:52:35,528 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:52:37,212 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:52:37,244 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:52:39,532 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:52:41,272 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:52:41,305 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:52:42,737 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:52:44,331 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:52:44,360 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:52:46,714 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:52:48,368 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:52:48,402 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:52:50,640 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:52:52,152 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:52:52,185 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:52:54,226 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:52:55,817 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:52:55,848 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:52:57,861 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:52:59,512 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:52:59,541 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:53:01,954 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:53:03,531 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:53:03,562 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:53:05,870 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:53:07,508 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:53:07,540 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:53:08,844 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:53:10,401 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:53:10,433 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:53:11,890 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:53:13,493 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:53:13,523 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:53:15,578 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:53:17,167 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:53:17,193 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:53:19,456 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:53:21,035 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:53:21,064 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:53:22,737 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:53:24,294 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:53:24,329 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:53:26,688 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:53:28,350 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:53:28,377 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:53:30,700 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:53:32,293 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:53:32,326 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:53:34,649 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:53:36,396 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:53:36,432 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:53:38,824 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:53:40,336 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:53:40,364 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:53:41,746 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:53:43,489 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:53:43,522 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:53:45,908 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:53:47,547 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:53:47,581 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:53:49,912 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:53:51,454 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:53:51,488 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:53:52,827 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:53:54,418 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:53:54,458 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:53:56,737 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:53:58,226 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:53:58,257 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:54:00,551 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:54:02,268 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:54:02,294 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:54:04,207 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:54:05,991 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:54:06,024 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:54:07,286 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:54:08,908 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:54:08,940 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:54:10,841 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:54:12,496 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:54:12,531 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:54:14,939 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:54:16,481 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:54:16,509 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:54:18,868 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:54:20,462 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:54:20,495 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:54:22,817 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:54:24,400 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:54:24,430 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:54:26,694 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:54:28,200 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:54:28,224 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:54:30,567 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:54:32,193 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:54:32,225 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:54:33,691 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:54:35,222 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:54:35,260 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:54:37,309 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:54:38,997 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:54:39,027 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:54:40,610 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:54:42,285 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:54:42,316 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:54:44,645 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:54:46,277 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:54:46,310 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:54:48,620 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:54:50,231 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:54:50,262 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:54:52,549 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:54:54,129 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:54:54,160 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:54:56,595 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:54:58,117 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:54:58,144 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:54:59,509 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:55:01,068 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:55:01,102 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:55:02,522 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:55:04,110 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:55:04,142 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:55:05,383 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:55:06,975 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:55:07,000 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:55:08,704 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:55:10,345 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:55:10,376 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:55:11,906 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:55:13,441 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:55:13,470 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:55:15,502 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:55:17,123 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:55:17,151 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:55:19,508 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:55:21,126 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:55:21,168 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:55:23,317 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:55:24,931 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:55:24,962 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:55:27,363 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:55:29,005 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:55:29,038 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:55:30,405 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:55:32,136 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:55:32,167 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:55:34,576 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:55:36,270 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:55:36,306 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:55:38,533 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:55:40,081 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:55:40,106 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:55:42,464 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:55:44,029 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:55:44,061 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:55:46,326 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:55:47,978 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:55:48,009 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:55:50,354 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:55:51,824 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:55:51,852 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:55:54,232 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:55:55,801 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:55:55,833 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:55:57,209 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:55:58,796 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:55:58,821 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:56:00,121 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:56:01,600 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:56:01,630 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:56:03,598 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:56:05,136 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:56:05,164 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:56:07,571 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:56:09,357 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:56:09,392 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:56:11,461 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:56:13,009 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:56:13,041 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:56:14,875 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:56:16,395 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:56:16,426 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:56:18,515 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:56:20,105 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:56:20,135 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:56:22,451 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:56:24,124 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:56:24,156 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:56:25,392 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:56:26,997 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:56:27,021 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:56:28,924 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:56:30,561 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:56:30,593 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:56:32,857 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:56:34,366 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:56:34,392 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:56:36,857 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:56:38,511 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:56:38,536 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:56:40,273 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:56:41,792 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:56:41,826 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:56:44,177 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:56:45,778 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:56:45,807 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:56:48,159 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:56:49,776 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:56:49,811 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:56:52,171 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:56:53,775 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:56:53,809 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:56:56,108 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:56:57,643 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:56:57,671 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:57:00,010 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:57:01,726 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:57:01,759 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:57:04,020 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:57:05,731 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:57:05,764 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:57:07,172 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:57:08,774 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:57:08,803 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:57:11,030 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:57:12,580 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:57:12,609 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:57:14,128 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:57:15,763 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:57:15,792 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:57:17,072 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:57:18,794 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:57:18,826 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:57:21,202 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:57:22,769 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:57:22,802 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:57:25,128 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:57:26,734 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:57:26,762 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:57:29,028 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:57:30,536 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:57:30,564 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:57:32,011 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:57:33,614 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:57:33,646 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:57:34,877 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:57:36,383 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:57:36,412 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:57:38,521 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:57:40,079 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:57:40,106 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:57:42,548 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:57:44,178 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:57:44,210 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:57:46,533 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:57:48,290 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:57:48,321 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:57:50,606 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:57:52,186 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:57:52,218 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:57:54,488 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:57:56,043 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:57:56,070 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:57:58,306 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:57:59,745 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:57:59,776 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:58:02,109 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:58:03,851 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:58:03,883 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:58:05,346 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:58:06,894 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:58:06,925 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:58:09,194 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:58:10,791 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:58:10,821 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:58:12,094 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:58:13,687 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:58:13,719 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:58:16,031 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:58:17,697 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:58:17,721 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:58:20,069 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:58:21,607 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:58:21,639 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:58:24,003 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:58:25,630 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:58:25,660 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:58:27,169 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:58:28,791 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:58:28,823 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:58:31,198 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:58:32,708 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:58:32,733 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:58:34,943 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:58:36,487 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:58:36,520 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:58:37,805 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:58:39,327 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:58:39,355 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:58:41,287 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:58:42,888 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:58:42,920 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:58:44,883 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:58:46,453 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:58:46,483 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:58:48,785 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:58:50,338 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:58:50,370 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:58:51,881 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:58:53,453 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:58:53,484 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:58:55,790 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:58:57,397 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:58:57,429 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:58:59,403 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:59:00,865 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:59:00,891 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:59:03,280 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:59:04,934 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:59:04,960 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:59:07,277 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:59:08,831 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:59:08,860 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:59:10,334 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:59:12,020 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:59:12,051 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:59:14,053 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:59:15,650 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:59:15,682 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:59:17,986 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:59:19,616 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:59:19,645 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:59:21,936 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:59:23,612 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:59:23,642 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:59:26,051 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:59:27,619 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:59:27,652 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:59:30,010 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:59:31,586 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:59:31,618 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:59:33,911 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:59:35,501 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:59:35,551 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:59:37,880 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:59:39,449 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:59:39,481 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:59:41,501 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:59:43,203 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:59:43,235 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:59:45,438 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:59:47,102 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:59:47,134 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:59:49,440 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:59:51,003 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:59:51,034 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:59:53,411 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:59:55,006 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:59:55,038 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 14:59:56,762 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 14:59:58,447 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 14:59:58,473 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:00:00,777 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:00:02,370 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:00:02,396 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:00:04,692 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:00:06,396 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:00:06,433 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:00:07,858 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:00:09,369 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:00:09,401 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:00:10,685 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:00:12,227 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:00:12,270 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:00:14,609 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:00:16,115 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:00:16,148 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:00:17,415 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:00:19,104 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:00:19,132 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:00:21,461 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:00:23,076 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:00:23,108 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:00:25,481 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:00:26,974 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:00:27,006 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:00:29,426 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:00:30,986 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:00:31,015 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:00:33,416 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:00:34,990 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:00:35,025 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:00:37,458 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:00:39,094 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:00:39,121 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:00:40,437 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:00:42,013 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:00:42,038 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:00:43,719 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:00:45,268 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:00:45,302 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:00:47,638 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:00:49,290 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:00:49,319 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:00:51,696 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:00:53,429 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:00:53,455 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:00:55,564 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:00:57,223 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:00:57,259 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:00:58,638 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:01:00,265 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:01:00,290 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:01:02,627 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:01:04,180 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:01:04,212 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:01:05,494 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:01:07,014 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:01:07,041 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:01:09,029 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:01:10,923 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:01:10,961 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:01:12,903 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:01:14,577 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:01:14,603 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:01:17,124 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:01:18,857 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:01:18,888 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:01:21,227 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:01:22,723 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:01:22,753 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:01:25,020 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:01:26,481 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:01:26,509 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:01:28,793 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:01:30,496 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:01:30,524 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:01:32,758 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:01:34,473 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:01:34,504 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:01:36,828 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:01:38,474 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:01:38,498 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:01:40,351 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:01:41,912 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:01:41,940 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:01:43,173 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:01:44,809 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:01:44,835 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:01:47,126 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:01:48,748 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:01:48,786 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:01:51,174 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:01:52,927 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:01:52,957 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:01:54,280 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:01:55,938 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:01:55,969 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:01:58,303 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:01:59,924 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:01:59,955 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:02:01,248 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:02:02,857 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:02:02,887 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:02:04,266 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:02:05,899 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:02:05,933 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:02:08,267 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:02:09,799 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:02:09,831 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:02:11,263 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:02:12,908 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:02:12,940 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:02:14,924 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:02:16,532 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:02:16,575 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:02:17,979 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:02:19,635 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:02:19,670 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:02:21,955 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:02:23,506 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:02:23,535 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:02:25,773 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:02:27,269 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:02:27,298 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:02:29,635 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:02:31,309 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:02:31,348 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:02:33,656 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:02:35,209 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:02:35,241 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:02:37,618 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:02:39,283 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:02:39,314 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:02:41,673 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:02:43,274 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:02:43,304 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:02:45,724 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:02:47,351 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:02:47,376 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:02:49,610 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:02:51,228 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:02:51,261 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:02:53,603 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:02:55,233 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:02:55,266 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:02:57,558 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:02:59,059 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:02:59,091 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:03:00,404 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:03:01,969 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:03:02,001 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:03:04,333 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:03:05,892 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:03:05,923 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:03:07,320 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:03:08,896 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:03:08,927 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:03:11,253 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:03:12,885 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:03:12,911 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:03:14,465 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:03:16,149 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:03:16,180 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:03:17,916 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:03:19,513 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:03:19,542 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:03:21,787 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:03:23,396 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:03:23,428 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:03:25,802 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:03:27,411 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:03:27,442 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:03:29,705 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:03:31,215 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:03:31,246 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:03:33,583 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:03:35,293 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:03:35,324 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:03:37,818 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:03:39,353 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:03:39,397 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:03:40,786 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:03:42,328 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:03:42,359 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:03:44,646 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:03:46,350 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:03:46,381 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:03:47,632 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:03:49,299 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:03:49,331 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:03:50,688 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:03:52,243 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:03:52,271 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:03:53,944 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:03:55,613 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:03:55,640 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:03:58,034 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:03:59,664 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:03:59,696 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:04:01,053 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:04:02,745 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:04:02,783 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:04:05,129 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:04:06,642 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:04:06,673 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:04:08,880 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:04:10,460 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:04:10,495 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:04:12,843 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:04:14,433 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:04:14,468 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:04:16,747 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:04:18,304 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:04:18,334 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:04:20,772 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:04:22,380 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:04:22,411 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:04:24,718 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:04:26,262 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:04:26,294 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:04:28,799 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:04:30,376 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:04:30,405 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:04:32,692 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:04:34,245 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:04:34,270 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:04:36,677 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:04:38,379 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:04:38,412 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:04:39,709 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:04:41,217 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:04:41,247 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:04:43,110 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:04:44,653 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:04:44,688 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:04:46,341 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:04:48,082 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:04:48,113 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:04:50,368 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:04:52,029 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:04:52,055 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:04:54,380 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:04:55,931 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:04:55,957 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:04:57,190 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:04:58,787 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:04:58,814 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:05:00,100 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:05:01,606 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:05:01,640 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:05:04,081 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:05:05,640 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:05:05,672 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:05:07,758 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:05:09,307 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:05:09,338 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:05:11,595 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:05:13,218 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:05:13,247 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:05:14,570 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:05:16,130 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:05:16,162 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:05:18,474 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:05:20,038 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:05:20,069 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:05:21,388 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:05:22,883 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:05:22,928 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:05:25,259 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:05:26,916 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:05:26,949 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:05:28,360 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:05:29,901 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:05:29,935 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:05:32,228 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:05:33,770 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:05:33,801 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:05:36,126 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:05:37,677 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:05:37,710 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:05:40,041 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:05:41,731 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:05:41,756 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:05:44,253 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:05:45,836 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:05:45,867 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:05:48,169 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:05:49,942 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:05:49,976 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:05:52,290 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:05:53,851 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:05:53,882 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:05:56,386 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:05:58,005 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:05:58,032 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:05:59,286 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:06:01,090 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:06:01,121 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:06:03,447 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:06:04,977 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:06:05,011 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:06:07,356 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:06:09,197 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:06:09,228 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:06:11,587 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:06:13,091 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:06:13,122 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:06:14,406 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:06:15,962 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:06:15,991 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:06:17,893 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:06:19,478 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:06:19,505 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:06:21,810 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:06:23,368 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:06:23,396 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:06:25,724 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:06:27,362 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:06:27,388 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:06:29,708 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:06:31,372 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:06:31,402 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:06:33,709 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:06:35,232 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:06:35,264 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:06:37,582 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:06:39,205 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:06:39,234 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:06:41,131 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:06:42,785 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:06:42,814 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:06:45,108 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:06:46,670 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:06:46,706 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:06:48,445 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:06:50,029 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:06:50,062 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:06:52,423 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:06:53,944 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:06:53,979 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:06:56,299 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:06:57,853 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:06:57,888 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:07:00,146 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:07:01,764 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:07:01,798 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:07:04,254 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:07:05,907 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:07:05,938 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:07:08,238 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:07:09,727 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:07:09,758 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:07:11,473 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:07:13,076 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:07:13,101 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:07:15,454 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:07:17,104 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:07:17,136 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:07:19,407 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:07:21,010 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:07:21,043 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:07:23,480 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:07:25,006 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:07:25,038 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:07:27,467 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:07:29,056 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:07:29,087 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:07:31,426 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:07:33,049 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:07:33,081 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:07:34,525 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:07:36,245 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:07:36,271 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:07:37,578 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:07:39,145 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:07:39,176 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:07:40,914 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:07:42,466 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:07:42,501 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:07:44,867 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:07:46,560 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:07:46,595 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:07:48,751 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:07:50,370 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:07:50,403 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:07:52,324 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:07:53,879 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:07:53,911 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:07:56,224 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:07:57,679 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:07:57,717 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:07:59,301 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:08:00,838 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:08:00,870 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:08:02,149 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:08:03,841 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:08:03,868 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:08:06,170 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:08:07,894 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:08:07,920 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:08:10,304 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:08:11,871 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:08:11,899 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:08:14,224 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:08:15,849 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:08:15,882 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:08:18,205 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:08:19,852 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:08:19,883 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:08:22,163 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:08:23,667 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:08:23,694 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:08:25,962 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:08:27,430 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:08:27,464 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:08:29,797 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:08:31,301 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:08:31,327 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:08:33,558 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:08:35,227 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:08:35,256 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:08:37,513 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:08:39,135 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:08:39,162 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:08:40,707 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:08:42,181 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:08:42,214 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:08:44,131 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:08:45,763 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:08:45,789 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:08:48,146 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:08:49,687 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:08:49,720 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:08:51,585 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:08:53,200 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:08:53,232 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:08:55,576 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:08:57,205 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:08:57,235 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:08:59,394 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:09:01,034 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:09:01,069 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:09:03,353 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:09:04,916 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:09:04,951 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:09:06,501 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:09:08,327 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:09:08,359 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:09:10,688 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:09:12,386 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:09:12,420 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:09:13,847 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:09:15,393 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:09:15,423 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:09:16,965 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:09:18,554 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:09:18,586 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:09:20,916 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:09:22,498 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:09:22,529 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:09:24,871 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:09:26,472 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:09:26,497 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:09:28,847 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:09:30,521 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:09:30,557 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:09:31,959 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:09:33,718 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:09:33,745 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:09:36,067 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:09:37,826 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:09:37,876 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:09:40,360 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:09:41,998 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:09:42,026 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:09:43,335 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:09:44,928 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:09:44,959 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:09:46,319 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:09:47,984 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:09:48,016 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:09:50,360 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:09:51,854 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:09:51,885 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:09:54,139 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:09:55,648 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:09:55,673 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:09:57,083 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:09:58,707 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:09:58,738 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:10:00,548 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:10:02,153 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:10:02,184 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:10:04,560 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:10:06,278 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:10:06,309 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:10:07,539 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:10:09,082 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:10:09,112 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:10:11,372 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:10:13,042 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:10:13,071 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:10:15,368 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:10:16,900 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:10:16,931 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:10:18,185 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:10:19,795 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:10:19,827 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:10:22,175 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:10:23,775 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:10:23,803 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:10:26,129 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:10:27,704 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:10:27,735 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:10:30,100 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:10:31,670 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:10:31,701 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:10:33,224 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:10:34,835 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:10:34,866 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:10:36,692 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:10:38,267 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:10:38,300 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:10:40,535 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:10:42,123 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:10:42,155 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:10:44,498 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:10:46,054 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:10:46,078 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:10:48,538 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:10:50,305 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:10:50,337 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:10:51,774 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:10:53,416 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:10:53,449 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:10:54,936 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:10:56,454 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:10:56,486 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:10:57,767 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:10:59,534 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:10:59,561 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:11:01,613 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:11:03,418 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:11:03,451 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:11:05,291 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:11:06,889 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:11:06,920 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:11:09,183 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:11:10,929 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:11:10,968 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:11:13,146 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:11:14,735 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:11:14,767 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:11:16,157 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:11:17,863 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:11:17,889 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:11:20,282 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:11:21,803 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:11:21,833 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:11:24,196 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:11:25,801 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:11:25,838 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:11:27,662 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:11:29,358 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:11:29,383 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:11:31,782 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:11:33,339 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:11:33,368 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:11:35,775 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:11:37,339 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:11:37,372 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:11:39,763 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:11:41,474 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:11:41,500 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:11:43,520 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:11:45,080 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:11:45,113 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:11:47,475 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:11:49,053 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:11:49,084 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:11:51,558 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:11:53,283 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:11:53,312 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:11:55,689 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:11:57,278 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:11:57,317 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:11:58,632 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:12:00,174 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:12:00,205 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:12:02,043 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:12:03,703 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:12:03,729 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:12:06,104 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:12:07,690 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:12:07,722 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:12:09,989 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:12:11,588 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:12:11,619 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:12:13,121 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:12:14,787 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:12:14,820 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:12:16,633 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:12:18,170 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:12:18,200 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:12:20,444 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:12:22,083 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:12:22,121 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:12:24,369 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:12:25,951 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:12:25,983 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:12:27,417 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:12:29,085 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:12:29,118 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:12:31,347 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:12:33,027 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:12:33,060 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:12:35,391 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:12:37,033 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:12:37,059 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:12:39,420 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:12:40,910 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:12:40,936 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:12:42,224 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:12:43,849 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:12:43,884 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:12:46,218 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:12:47,825 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:12:47,857 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:12:50,338 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:12:52,028 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:12:52,057 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:12:54,391 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:12:56,034 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:12:56,067 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:12:58,393 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:13:00,042 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:13:00,071 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:13:02,388 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:13:04,036 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:13:04,068 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:13:06,307 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:13:07,917 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:13:07,953 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:13:10,233 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:13:11,738 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:13:11,768 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:13:14,108 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:13:15,724 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:13:15,759 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:13:17,123 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:13:18,727 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:13:18,753 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:13:20,509 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:13:22,044 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:13:22,075 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:13:24,482 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:13:26,106 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:13:26,133 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:13:28,453 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:13:29,923 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:13:29,968 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:13:31,516 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:13:33,117 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:13:33,146 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:13:35,015 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:13:36,685 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:13:36,717 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:13:38,968 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:13:40,577 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:13:40,610 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:13:41,871 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:13:43,387 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:13:43,422 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:13:45,805 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:13:47,428 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:13:47,458 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:13:48,743 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:13:50,217 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:13:50,249 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:13:52,579 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:13:54,219 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:13:54,254 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:13:55,536 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:13:57,215 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:13:57,246 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:13:59,592 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:14:01,277 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:14:01,307 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:14:03,635 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:14:05,159 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:14:05,183 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:14:06,384 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:14:07,886 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:14:07,916 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:14:09,387 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:14:11,016 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:14:11,045 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:14:12,457 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:14:14,084 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:14:14,112 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:14:16,438 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:14:18,116 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:14:18,141 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:14:20,385 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:14:21,978 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:14:22,009 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:14:24,266 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:14:25,842 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:14:25,872 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:14:27,773 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:14:29,430 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:14:29,461 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:14:31,765 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:14:33,341 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:14:33,372 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:14:34,739 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:14:36,308 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:14:36,332 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:14:37,776 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:14:39,473 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:14:39,507 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:14:41,327 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:14:42,837 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:14:42,870 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:14:45,161 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:14:46,664 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:14:46,695 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:14:49,003 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:14:50,496 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:14:50,523 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:14:52,855 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:14:54,397 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:14:54,421 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:14:56,314 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:14:57,816 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:14:57,847 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:15:00,106 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:15:01,760 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:15:01,789 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:15:04,023 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:15:05,550 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:15:05,583 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:15:07,475 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:15:09,118 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:15:09,149 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:15:11,470 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:15:13,096 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:15:13,123 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:15:14,417 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:15:16,042 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:15:16,072 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:15:17,439 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:15:19,012 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:15:19,043 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:15:21,491 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:15:23,002 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:15:23,033 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:15:25,279 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:15:26,787 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:15:26,821 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:15:28,812 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:15:30,466 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:15:30,502 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:15:32,792 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:15:34,284 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:15:34,313 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:15:36,559 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:15:38,171 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:15:38,204 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:15:40,607 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:15:42,189 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:15:42,221 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:15:43,451 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:15:44,955 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:15:44,987 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:15:47,350 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:15:48,916 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:15:48,947 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:15:51,315 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:15:53,053 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:15:53,084 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:15:55,448 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:15:57,158 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:15:57,190 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:15:59,739 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:16:01,388 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:16:01,421 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:16:02,790 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:16:04,315 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:16:04,354 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:16:05,824 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:16:07,373 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:16:07,398 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:16:08,944 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:16:10,523 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:16:10,561 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:16:12,481 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:16:14,018 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:16:14,046 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:16:16,313 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:16:17,913 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:16:17,945 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:16:19,243 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:16:20,863 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:16:20,891 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:16:23,392 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:16:24,858 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:16:24,888 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:16:27,200 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:16:28,779 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:16:28,809 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:16:31,078 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:16:32,629 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:16:32,658 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:16:35,030 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:16:36,663 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:16:36,696 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:16:39,051 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:16:40,717 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:16:40,748 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:16:42,099 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:16:43,734 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:16:43,759 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:16:45,995 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:16:47,537 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:16:47,563 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:16:49,953 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:16:51,564 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:16:51,596 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:16:53,956 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:16:55,622 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:16:55,654 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:16:58,041 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:16:59,527 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:16:59,559 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:17:00,909 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:17:02,498 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:17:02,526 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:17:04,566 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:17:06,108 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:17:06,140 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:17:08,611 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:17:10,190 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:17:10,227 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:17:12,708 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:17:14,296 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:17:14,330 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:17:16,788 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:17:18,425 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:17:18,456 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:17:20,802 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:17:22,421 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:17:22,451 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:17:24,727 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:17:26,236 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:17:26,265 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:17:28,588 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:17:30,083 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:17:30,117 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:17:32,006 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:17:33,676 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:17:33,708 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:17:35,984 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:17:37,574 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:17:37,599 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:17:39,881 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:17:41,632 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:17:41,663 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:17:43,983 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:17:45,535 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:17:45,564 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:17:47,983 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:17:49,447 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:17:49,477 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:17:51,875 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:17:53,585 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:17:53,617 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:17:55,930 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:17:57,579 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:17:57,608 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:17:59,357 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:18:01,079 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:18:01,111 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:18:03,449 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:18:05,121 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:18:05,154 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:18:06,890 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:18:08,456 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:18:08,489 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:18:10,819 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:18:12,435 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:18:12,462 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:18:14,038 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:18:15,731 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:18:15,760 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:18:17,173 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:18:18,769 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:18:18,801 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:18:21,143 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:18:22,744 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:18:22,776 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:18:25,102 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:18:26,965 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:18:26,992 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:18:29,343 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:18:30,844 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:18:30,873 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:18:33,224 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:18:34,809 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:18:34,841 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:18:37,023 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:18:38,616 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:18:38,647 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:18:39,891 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:18:41,563 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:18:41,596 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:18:43,974 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:18:45,644 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:18:45,679 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:18:48,234 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:18:50,160 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:18:50,189 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:18:51,917 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:18:53,781 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:18:53,815 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:18:56,407 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:18:58,311 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:18:58,346 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:18:59,758 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:19:01,673 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object AutoMapperHelper 2026-03-02 15:19:01,702 [1] ERROR MCMS.Warehouse.Startup - Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList System.Configuration.ConfigurationErrorsException: Error creating context 'main': Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'AutoMapperHelper' defined in 'assembly [MCMS.Warehouse.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Warehouse.Service.Config.Service.xml] line 5' : Initialization of object failed : Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> Spring.Util.FatalReflectionException: Cannot instantiate Type [MCMS.Warehouse.Utility.AutoMapperHelper] using ctor [Void .ctor()] : ' Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList ' ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters ======================================================================================== LogisticsJDOrderDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.LogisticsJDOrderDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: WaybillFeesJson ==================================================================================================== LogisticsJDOrderPostDto -> LogisticsJDOrder (Destination member list) MCMS.Warehouse.Contract.PostDto.LogisticsJDOrderPostDto -> MCMS.Warehouse.Entities.LogisticsJDOrder (Destination member list) Unmapped properties: ReturnMailNo WaybillFeesJson WaybillFeesList at MCMS.Warehouse.Utility.AutoMapperHelper..ctor() in E:\agent\_work\15\s\MCMS.Warehouse.Utility\AutoMapperHelper\AutoMapperHelper.cs:line 45 at _dynamic_MCMS.Warehouse.Utility.AutoMapperHelper..ctor(Object[] ) at Spring.Reflection.Dynamic.SafeConstructor.Invoke(Object[] arguments) at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) --- End of inner exception stack trace --- at Spring.Util.ObjectUtils.InstantiateType(ConstructorInfo constructor, Object[] arguments) at Spring.Objects.Factory.Support.SimpleInstantiationStrategy.Instantiate(RootObjectDefinition definition, String name, IObjectFactory factory) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String objectName, RootObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.CreateObjectInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Warehouse.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\15\s\MCMS.Warehouse\Startup.cs:line 75 2026-03-02 15:19:03,241 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:19:10,189 [1] INFO RedisLogger - ConnectionMultiplexer(10232270)附加自定义事件 2026-03-02 15:19:12,297 [1] DEBUG MCMS.Warehouse.Startup - 项目运行环境(.NET 6.0.25):【仓储物流微服务测试环境】 2026-03-02 15:19:12,767 [1] INFO MCMS.Warehouse.Startup - 【应用程序启动成功】 2026-03-02 15:19:39,665 [33] WARN Microsoft.AspNetCore.HttpsPolicy.HttpsRedirectionMiddleware - Failed to determine the https port for redirect.