From 990445751e7e7f65521d0413b7de4dc607e76e14 Mon Sep 17 00:00:00 2001
From: patrick.xu <patrick.xu@broconcentric.com>
Date: 星期三, 10 三月 2021 20:08:44 +0800
Subject: [PATCH] 1. 添加抽检周数配置

---
 DetectionDataUpload.cs |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/DetectionDataUpload.cs b/DetectionDataUpload.cs
index db03953..4d02940 100644
--- a/DetectionDataUpload.cs
+++ b/DetectionDataUpload.cs
@@ -157,12 +157,15 @@
                         continue;
                     }
 
-                }
-                if (autoidList != "")
-                {
-                    int n = detectionData.SetUploadDataStatus(autoidList);
+                    int n = detectionData.SetUploadDataStatus(autoID.ToString());
                     CommonUtil.WriteLog(LogType.Inf, string.Format("宸叉爣璁版垚鍔熶笂浼犳娴嬭褰曪細{0}绗�", n));
+
                 }
+                //if (autoidList != "")
+                //{
+                //    int n = detectionData.SetUploadDataStatus(autoidList);
+                //    CommonUtil.WriteLog(LogType.Inf, string.Format("宸叉爣璁版垚鍔熶笂浼犳娴嬭褰曪細{0}绗�", n));
+                //}
 
                 CommonUtil.WriteLog(LogType.Inf, string.Format("妫�娴嬭褰曚笂浼犵粨鏉�,鍏辨湁{0}绗斿緟涓婁紶鏁版嵁锛屾垚鍔熶笂浼爗1}绗�", dtUpload.Rows.Count, uploadCount));
             }

--
Gitblit v1.8.0