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.Service/QC/QCService.cs | 12 ++++++------
1 files changed, 6 insertions(+), 6 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();
--
Gitblit v1.8.0