diff --git a/code/src/Modules/SettleAccount/src/SettleAccount.Application/SettleAccountApplicationAutoMapperProfile.cs b/code/src/Modules/SettleAccount/src/SettleAccount.Application/SettleAccountApplicationAutoMapperProfile.cs index 012a113e..368d8bdd 100644 --- a/code/src/Modules/SettleAccount/src/SettleAccount.Application/SettleAccountApplicationAutoMapperProfile.cs +++ b/code/src/Modules/SettleAccount/src/SettleAccount.Application/SettleAccountApplicationAutoMapperProfile.cs @@ -955,7 +955,7 @@ namespace Win.Sfs.SettleAccount { CreateMap() .ForMember(x => x.BillTime, y => y.MapFrom(d => d.ShippingTime)) - .ForMember(x => x.Qty, y => y.MapFrom(d => d.SumQty)). + .ForMember(x => x.Qty, y => y.MapFrom(d => d.SumQty)). ReverseMap(); }