Gavin
2020-10-22 5c60f8e720f4422d6be98589ad19ff965fd86cf2
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));
            }