From c0a41e73c57dc25bf95646da659dbeb4e706c112 Mon Sep 17 00:00:00 2001 From: wxd <123@qq.com> Date: Wed, 21 Jan 2026 10:13:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E6=88=90=E6=85=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CardBills/CardBillAppService.cs | 2 +- src/Shentun.Utilities/Shentun.Utilities.csproj | 15 +++++++++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) 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 + +