From e5a31599aa8d58bc438096aaf761426a2163de08 Mon Sep 17 00:00:00 2001
From: songjun <lion0756@qq.com>
Date: 星期五, 30 五月 2025 10:14:40 +0800
Subject: [PATCH] fix bug

---
 sbcLabSystem/Views/Shared/Bottom.cshtml |   17 ++++++++++-------
 sbcLabSystem/Excel/25N2.xlsx            |    0 
 sbcLabSystem.Service/QC/QCService.cs    |   12 ++++++------
 3 files changed, 16 insertions(+), 13 deletions(-)

diff --git a/sbcLabSystem.Service/QC/QCService.cs b/sbcLabSystem.Service/QC/QCService.cs
index cd61d30..032e3a0 100644
--- a/sbcLabSystem.Service/QC/QCService.cs
+++ b/sbcLabSystem.Service/QC/QCService.cs
@@ -169,13 +169,13 @@
             ws.Cells["M28"].Value = Identity2["Score"].ToString();
             ws.Cells["M29"].Value = Identity3["Score"].ToString();
             ws.Cells["N27"].Value = Patient1X["Score"].ToString();
-            ws.Cells["N28"].Value = Patient1Y["Score"].ToString();
-            ws.Cells["N29"].Value = Patient1Z["Score"].ToString();
-            ws.Cells["O27"].Value = Patient2X["Score"].ToString();
+            ws.Cells["N28"].Value = Patient2X["Score"].ToString();
+            ws.Cells["N29"].Value = Patient3X["Score"].ToString();
+            ws.Cells["O27"].Value = Patient1X["Score"].ToString();
             ws.Cells["O28"].Value = Patient2Y["Score"].ToString();
-            ws.Cells["O29"].Value = Patient2Z["Score"].ToString();
-            ws.Cells["P27"].Value = Patient3X["Score"].ToString();
-            ws.Cells["P28"].Value = Patient3Y["Score"].ToString();
+            ws.Cells["O29"].Value = Patient3Y["Score"].ToString();
+            ws.Cells["P27"].Value = Patient1Z["Score"].ToString();
+            ws.Cells["P28"].Value = Patient2Z["Score"].ToString();
             ws.Cells["P29"].Value = Patient3Z["Score"].ToString();
             ws.Cells["Q27"].Value = ZhiKang1["Score"].ToString();
             ws.Cells["Q28"].Value = ZhiKang2["Score"].ToString();
diff --git a/sbcLabSystem/Excel/25N2.xlsx b/sbcLabSystem/Excel/25N2.xlsx
new file mode 100644
index 0000000..35e037a
--- /dev/null
+++ b/sbcLabSystem/Excel/25N2.xlsx
Binary files differ
diff --git a/sbcLabSystem/Views/Shared/Bottom.cshtml b/sbcLabSystem/Views/Shared/Bottom.cshtml
index d55317e..b781176 100644
--- a/sbcLabSystem/Views/Shared/Bottom.cshtml
+++ b/sbcLabSystem/Views/Shared/Bottom.cshtml
@@ -1,19 +1,22 @@
 <div class="container">
     <div class="row" style="background:#e9eeee">
-        <div class="col-xs-4">
-            <a href="#top">top</a>
-        </div>
+        @*<div class="col-xs-4">
+            <a href="#top">top</a> 
+        </div>*@
         @*<div class="col-xs-4" style="text-align:center">
             <a href="@Url.Action("Login","Backstage")">室间质评管理登录</a>
-        </div>*@ 
-        <div class="col-xs-8" style="text-align:right">
+        </div>*@
+        @*<div class="col-xs-8" style="text-align:right">
             <a href="http://www.sbc.org.cn/">© 上海市血液中心 版权所有</a>
-        </div>
+        </div>*@
+        <div class="col-xs-12 text-center">
+            <a href="https://beian.miit.gov.cn" target="_blank">
+                ICP备案号 19017600号-1</a>
     </div>
       
     <div class="row">
         <div class="col-xs-12 text-center">
-            <span style="color:#24328f">Design and built by SongJun</span>
+            <span style="color:#24328f">由上海复全网络技术有限公司负责维护</span>
         </div>
     </div>
 </div>
\ No newline at end of file

--
Gitblit v1.8.0