#013 新增备份;解析或提取有效内容失败时,移动到源\error文件夹,避免影响后续服务;3、修复查询结果错误
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user