From bbba61901964fe0a4e9b4df6fdda4b3102ef975a Mon Sep 17 00:00:00 2001 From: tanglong <842690096@qq.com> Date: Tue, 26 Aug 2025 09:59:42 +0800 Subject: [PATCH] ff --- .../net6.0/YD_XinWei.Commons.AssemblyInfo.cs | 2 +- ...YD_XinWei.Commons.AssemblyInfoInputs.cache | 2 +- .../Services/Impl/LargeScreenService.cs | 10 +++++----- .../net6.0/YD_XinWei.Api.AssemblyInfo.cs | 2 +- .../YD_XinWei.Api.AssemblyInfoInputs.cache | 2 +- ..._XinWei.Api.csproj.AssemblyReference.cache | Bin 22505 -> 22505 bytes Server/YD_XinWei/obj/Debug/net6.0/apphost.exe | Bin 151040 -> 151040 bytes 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Server/YD_XinWei.Commons/obj/Debug/net6.0/YD_XinWei.Commons.AssemblyInfo.cs b/Server/YD_XinWei.Commons/obj/Debug/net6.0/YD_XinWei.Commons.AssemblyInfo.cs index d070a20..d3cae91 100644 --- a/Server/YD_XinWei.Commons/obj/Debug/net6.0/YD_XinWei.Commons.AssemblyInfo.cs +++ b/Server/YD_XinWei.Commons/obj/Debug/net6.0/YD_XinWei.Commons.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("YD_XinWei.Commons")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+f5873892e13dd05303d2e1923728ae8145db3bb6")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+23565281478983f791312a55a071add26a104134")] [assembly: System.Reflection.AssemblyProductAttribute("YD_XinWei.Commons")] [assembly: System.Reflection.AssemblyTitleAttribute("YD_XinWei.Commons")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/Server/YD_XinWei.Commons/obj/Debug/net6.0/YD_XinWei.Commons.AssemblyInfoInputs.cache b/Server/YD_XinWei.Commons/obj/Debug/net6.0/YD_XinWei.Commons.AssemblyInfoInputs.cache index ce2e8dc..75af2e8 100644 --- a/Server/YD_XinWei.Commons/obj/Debug/net6.0/YD_XinWei.Commons.AssemblyInfoInputs.cache +++ b/Server/YD_XinWei.Commons/obj/Debug/net6.0/YD_XinWei.Commons.AssemblyInfoInputs.cache @@ -1 +1 @@ -d21e18119644687bb8f18dacf75e94d588ea9b595ad50be25d576d64e50b4a48 +bd6651003474a4da546208fd3a525ec88905f4ae8f2ddce21f68452c76c89043 diff --git a/Server/YD_XinWei/Services/Impl/LargeScreenService.cs b/Server/YD_XinWei/Services/Impl/LargeScreenService.cs index b259bda..8dd985c 100644 --- a/Server/YD_XinWei/Services/Impl/LargeScreenService.cs +++ b/Server/YD_XinWei/Services/Impl/LargeScreenService.cs @@ -126,12 +126,12 @@ namespace YD_XinWei.Api.Services.Impl _caching.AddObject(sportsTestDataKey, sportsTestData, 60); } - var bestScoreData = sportsTestData - .GroupBy(x => x.StudentNo) - .Select(g => g.OrderByDescending(x => x.ScoreTime).First()) - .ToList(); + //var bestScoreData = sportsTestData + // .GroupBy(x => x.StudentNo) + // .Select(g => g.OrderByDescending(x => x.ScoreTime).First()) + // .ToList(); - var projectResults = bestScoreData + var projectResults = sportsTestData .GroupBy(x => x.CategoryValue) .Select(g => new ItemDataDto { diff --git a/Server/YD_XinWei/obj/Debug/net6.0/YD_XinWei.Api.AssemblyInfo.cs b/Server/YD_XinWei/obj/Debug/net6.0/YD_XinWei.Api.AssemblyInfo.cs index 482d2a5..29bc869 100644 --- a/Server/YD_XinWei/obj/Debug/net6.0/YD_XinWei.Api.AssemblyInfo.cs +++ b/Server/YD_XinWei/obj/Debug/net6.0/YD_XinWei.Api.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("YD_XinWei.Api")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+bd96de2331a7d666a4d8e2b114e0470a03d1866f")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+23565281478983f791312a55a071add26a104134")] [assembly: System.Reflection.AssemblyProductAttribute("YD_XinWei.Api")] [assembly: System.Reflection.AssemblyTitleAttribute("YD_XinWei.Api")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/Server/YD_XinWei/obj/Debug/net6.0/YD_XinWei.Api.AssemblyInfoInputs.cache b/Server/YD_XinWei/obj/Debug/net6.0/YD_XinWei.Api.AssemblyInfoInputs.cache index 6367179..4a94a96 100644 --- a/Server/YD_XinWei/obj/Debug/net6.0/YD_XinWei.Api.AssemblyInfoInputs.cache +++ b/Server/YD_XinWei/obj/Debug/net6.0/YD_XinWei.Api.AssemblyInfoInputs.cache @@ -1 +1 @@ -a7d3edef1797f546d7f154e83ba45b815ed5461c833e6055d7e38cbb05ed0590 +a8ad10a084b36c076d1bfd9348d4df6e3bb50e6f019a557f7041d369d2688ea9 diff --git a/Server/YD_XinWei/obj/Debug/net6.0/YD_XinWei.Api.csproj.AssemblyReference.cache b/Server/YD_XinWei/obj/Debug/net6.0/YD_XinWei.Api.csproj.AssemblyReference.cache index 1c916203481f6a95409e702fb51ea5be61dd1bb0..03031ee58a3399a3c99e14b4194c7426750c5182 100644 GIT binary patch delta 19 bcmaF4p7G^+#tDUN7yhp};{0S|c~Lk3YL^O) delta 19 bcmaF4p7G^+#tDUNi&t!l-TZiCc~Lk3W#9@M diff --git a/Server/YD_XinWei/obj/Debug/net6.0/apphost.exe b/Server/YD_XinWei/obj/Debug/net6.0/apphost.exe index bc1ec66d60690939137b4b7af32cd27434c00649..71504ad98772990543ca26dee697e1fb6b8b8284 100644 GIT binary patch delta 99 zcmZpe!`T2tEsR^347~k~7>pTA8O(s#h{1xvkimq(97tONu`xp$kZlPRGX`QKhD4wm hQy^&o6g33WDL`lh)R_q6836Tx)R}Cr_hxEj0sw9=5Iq0@ delta 99 zcmZpe!`T2tEsR^347~l57*ZH48O(rWDuWS&F%TLuBr=!-`DS34$Y26wTYzPgfO3XF eeky|jkTeI9i9l=&ls5#b0I5&gUhmD+$OHhy=n;+p