From b424db02d11d2234bfea2eac3d589b4dae6866c5 Mon Sep 17 00:00:00 2001 From: xcd <834800634@qq.com> Date: 星期一, 26 十月 2020 19:19:29 +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