| | |
| | | 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)); |
| | | } |