#013 新增备份;解析或提取有效内容失败时,移动到源\error文件夹,避免影响后续服务;3、修复查询结果错误

This commit is contained in:
HM-CN\zhengxuan.zhang
2025-08-28 21:51:13 +08:00
parent 8533d5109f
commit d4a658d641
20 changed files with 890 additions and 784 deletions
+2 -3
View File
@@ -1,5 +1,4 @@
using BaseFunction;
using System;
using System;
using System.Drawing;
using System.IO;
using System.Windows.Forms;
@@ -53,7 +52,7 @@ namespace NSAnalysis
private void rtbnSaveSetup_Click(object sender, EventArgs e) //保存
{
//获取控件状态
ConfigDfn.iEnableSort = cbFileSorter.Checked ;
ConfigDfn.iEnableSort = cbFileSorter.Checked;
ConfigDfn.iAnalysisCSVFlag = cbAnalysisCSV.Checked ? 1 : 0;
ConfigDfn.strReportPath = rtbReportPath.Text.Trim();