diff --git a/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/INVOICE_SERVICE.cs b/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/INVOICE_SERVICE.cs index 4d693098..ac547d53 100644 --- a/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/INVOICE_SERVICE.cs +++ b/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/INVOICE_SERVICE.cs @@ -256,6 +256,7 @@ namespace Win.Sfs.SettleAccount.Entities.BQ EndDate = itm.EndDate, RealAmt=itm.RealAmt, TaxAmt=itm.TaxAmt, + SettleDate = itm.SettleDate, ProductionGroup=itm.ProductionGroup }; entity.INVOICE_WAIT_DETAIL_BJ = bjquery.ToList();