From 5be6a4cec771d39e9c75d95a5779e2d3b2d59a7c Mon Sep 17 00:00:00 2001 From: tanglong <842690096@qq.com> Date: Tue, 26 Aug 2025 14:49:40 +0800 Subject: [PATCH] wdwd --- .../net6.0/YD_XinWei.Commons.AssemblyInfo.cs | 2 +- ...YD_XinWei.Commons.AssemblyInfoInputs.cache | 2 +- .../Services/Impl/LargeScreenService.cs | 5 +---- .../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, 5 insertions(+), 8 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 d3cae91..bf2bf87 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+23565281478983f791312a55a071add26a104134")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+63a2f92ac0e9de6f7a6756fdd2c39df794a75c7a")] [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 75af2e8..89fee25 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 @@ -bd6651003474a4da546208fd3a525ec88905f4ae8f2ddce21f68452c76c89043 +2a0b918cedcecf80d190b2fc59641d928ea49c9dc87549525e77463eda53ffbe diff --git a/Server/YD_XinWei/Services/Impl/LargeScreenService.cs b/Server/YD_XinWei/Services/Impl/LargeScreenService.cs index da232df..52ef179 100644 --- a/Server/YD_XinWei/Services/Impl/LargeScreenService.cs +++ b/Server/YD_XinWei/Services/Impl/LargeScreenService.cs @@ -136,6 +136,7 @@ namespace YD_XinWei.Api.Services.Impl .Select(g => new ItemDataDto { CategoryValue = g.Key, + // 优良率计算:分数 > 80 的人数 ÷ 总人数 ExcellentRate = (int)Math.Round(sportsTestData.Count(x => x.CategoryValue == g.Key && x.Score > 80) * 100.0 / Math.Max(sportsTestData.Count(x => x.CategoryValue == g.Key), 1), MidpointRounding.AwayFromZero), @@ -167,7 +168,6 @@ namespace YD_XinWei.Api.Services.Impl res.ItemDatalist = projectResults; - var classListKey = $"ClassList_{schoolCode}"; var classList = _caching.Get>(classListKey); @@ -258,9 +258,6 @@ namespace YD_XinWei.Api.Services.Impl /// /// /// - /// - /// 各项目实时成绩 - /// public async Task> ItemRealTimeResult(int orgId, DateTime? lastTime = null) { var schoolKeyKey = $"School_{orgId}"; 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 29bc869..04e991c 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+23565281478983f791312a55a071add26a104134")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+63a2f92ac0e9de6f7a6756fdd2c39df794a75c7a")] [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 4a94a96..0851b72 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 @@ -a8ad10a084b36c076d1bfd9348d4df6e3bb50e6f019a557f7041d369d2688ea9 +d5e89192c56fca82154ac9aa02c362ddfdb5640a0d6642557e61506dc6024611 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 03031ee58a3399a3c99e14b4194c7426750c5182..034d119dfd76ce0f76c327f827343b1c0e8e18ea 100644 GIT binary patch delta 18 acmaF4p7G^+#tDV2KCu@zpSb8H^ax7%YKgB11BR0YfT~odP7yfTHF=F*6`(3g)E% d#f^Y!jKL~EvX%@cKoubQWRTkJ_1;X4OaR_D5^n$i delta 99 zcmZpe!`T2tEsR^347~k~7>pTA8O(s#h{1xvkimq(97tONu`xp$kZlPRGX`QKhD4wm hQy^&o6g33WDL`lh)R_q6836Tx)R}Cr_hxEj0sw9=5Iq0@