diff --git a/src/Shentun.Peis.Application/CardBills/CardBillAppService.cs b/src/Shentun.Peis.Application/CardBills/CardBillAppService.cs index 49cd1887..966fc768 100644 --- a/src/Shentun.Peis.Application/CardBills/CardBillAppService.cs +++ b/src/Shentun.Peis.Application/CardBills/CardBillAppService.cs @@ -416,7 +416,7 @@ namespace Shentun.Peis.CardBills } - var queryList = query.GroupBy(g => g.cardRegister).ToList(); + var queryList = query.ToList().GroupBy(g => g.cardRegister); List entListDto = new List(); diff --git a/src/Shentun.Utilities/Shentun.Utilities.csproj b/src/Shentun.Utilities/Shentun.Utilities.csproj index 163e5fbe..f84c313a 100644 --- a/src/Shentun.Utilities/Shentun.Utilities.csproj +++ b/src/Shentun.Utilities/Shentun.Utilities.csproj @@ -15,14 +15,25 @@ - + - + + + + + + + + + PreserveNewest + x64\pdfium.dll + +