diff --git a/.vs/CNAS_DBSync/v15/.suo b/.vs/CNAS_DBSync/v15/.suo index fd9adcd..c39ee33 100644 Binary files a/.vs/CNAS_DBSync/v15/.suo and b/.vs/CNAS_DBSync/v15/.suo differ diff --git a/.vs/CNAS_DBSync/v15/Server/sqlite3/storage.ide b/.vs/CNAS_DBSync/v15/Server/sqlite3/storage.ide index f12d576..d5e0108 100644 Binary files a/.vs/CNAS_DBSync/v15/Server/sqlite3/storage.ide and b/.vs/CNAS_DBSync/v15/Server/sqlite3/storage.ide differ diff --git a/.vs/CNAS_DBSync/v15/Server/sqlite3/storage.ide-wal b/.vs/CNAS_DBSync/v15/Server/sqlite3/storage.ide-wal index 75d7f0c..f09a44e 100644 Binary files a/.vs/CNAS_DBSync/v15/Server/sqlite3/storage.ide-wal and b/.vs/CNAS_DBSync/v15/Server/sqlite3/storage.ide-wal differ diff --git a/CnasSynchronusClient/CnasInsertOperation.cs b/CnasSynchronusClient/CnasInsertOperation.cs index 450e6e1..9e14cb0 100644 --- a/CnasSynchronusClient/CnasInsertOperation.cs +++ b/CnasSynchronusClient/CnasInsertOperation.cs @@ -4,6 +4,8 @@ using System; using System.Collections.Generic; using System.Data; using System.Linq; +using System.Management; +using System.Net.NetworkInformation; using System.Text; using System.Text.RegularExpressions; @@ -60,7 +62,7 @@ namespace CnasSynchronusClient break; } if (dtTarget.Columns.Contains(syncInstrumentItem.CnasInstrumentColumn)) - drNewTarget[syncInstrumentItem.CnasInstrumentColumn] = syncInstrumentItem.GUID; + drNewTarget[syncInstrumentItem.CnasInstrumentColumn] = syncInstrumentItem.GUID+ GetMachineCode(); else { strErrorMsg = "设置的CNAS仪器信息列没有在库中找到,请重新配置"; @@ -80,6 +82,72 @@ namespace CnasSynchronusClient return strErrorMsg; } + + private string GetMachineCode() + { + StringBuilder machineCode = new StringBuilder(); + + // 获取CPU ID + string cpuId = GetCPUId(); + machineCode.Append(cpuId); + + // 获取所有MAC地址 + List macAddresses = GetMACAddresses(); + foreach (string mac in macAddresses) + { + machineCode.Append("_").Append(mac); + } + + return machineCode.ToString(); + } + + private string GetCPUId() + { + try + { + using (ManagementClass mc = new ManagementClass("Win32_Processor")) + { + ManagementObjectCollection moc = mc.GetInstances(); + foreach (ManagementObject mo in moc) + { + return mo.Properties["ProcessorId"].Value.ToString(); + } + } + } + catch (Exception ex) + { + throw new Exception("获取CPU ID失败: " + ex.Message); + } + return string.Empty; + } + + private List GetMACAddresses() + { + List macAddresses = new List(); + try + { + NetworkInterface[] nics = NetworkInterface.GetAllNetworkInterfaces(); + foreach (NetworkInterface adapter in nics) + { + // 只获取物理网卡的MAC地址 + if (adapter.NetworkInterfaceType == NetworkInterfaceType.Ethernet || + adapter.NetworkInterfaceType == NetworkInterfaceType.Wireless80211) + { + string mac = adapter.GetPhysicalAddress().ToString(); + if (!string.IsNullOrEmpty(mac)) + { + macAddresses.Add(mac); + } + } + } + } + catch (Exception ex) + { + throw new Exception("获取MAC地址失败: " + ex.Message); + } + return macAddresses; + } + /// /// 获取日期字段 /// diff --git a/CnasSynchronusClient/CnasSynchronusBLL.csproj b/CnasSynchronusClient/CnasSynchronusBLL.csproj index 3a71dc6..d3f6116 100644 --- a/CnasSynchronusClient/CnasSynchronusBLL.csproj +++ b/CnasSynchronusClient/CnasSynchronusBLL.csproj @@ -41,6 +41,7 @@ + diff --git a/dll/CNASBalanceDBManage.exe b/dll/CNASBalanceDBManage.exe index 8c83be5..c1427ae 100644 Binary files a/dll/CNASBalanceDBManage.exe and b/dll/CNASBalanceDBManage.exe differ diff --git a/dll/CNAS_BalanceClient.exe b/dll/CNAS_BalanceClient.exe index 119ba71..3bdaf58 100644 Binary files a/dll/CNAS_BalanceClient.exe and b/dll/CNAS_BalanceClient.exe differ diff --git a/dll/CNAS_DBSync.exe b/dll/CNAS_DBSync.exe index 6f4f8c8..a893dc4 100644 Binary files a/dll/CNAS_DBSync.exe and b/dll/CNAS_DBSync.exe differ diff --git a/dll/CNAS_RunSync.exe b/dll/CNAS_RunSync.exe index 1ca0086..74938d3 100644 Binary files a/dll/CNAS_RunSync.exe and b/dll/CNAS_RunSync.exe differ diff --git a/dll/CNAS_SerialPort.dll b/dll/CNAS_SerialPort.dll index 7c0950f..de0342a 100644 Binary files a/dll/CNAS_SerialPort.dll and b/dll/CNAS_SerialPort.dll differ diff --git a/dll/CNAS_SyncService.exe b/dll/CNAS_SyncService.exe index 560aba8..486d66a 100644 Binary files a/dll/CNAS_SyncService.exe and b/dll/CNAS_SyncService.exe differ diff --git a/dll/CnasSynchronousCommon.dll b/dll/CnasSynchronousCommon.dll index b5ac6ef..cfad665 100644 Binary files a/dll/CnasSynchronousCommon.dll and b/dll/CnasSynchronousCommon.dll differ diff --git a/dll/CnasSynchronusClient.dll b/dll/CnasSynchronusClient.dll index 19b62a0..15faffd 100644 Binary files a/dll/CnasSynchronusClient.dll and b/dll/CnasSynchronusClient.dll differ diff --git a/dll/CnasSynchrousModel.dll b/dll/CnasSynchrousModel.dll index b4a2c95..8254b2b 100644 Binary files a/dll/CnasSynchrousModel.dll and b/dll/CnasSynchrousModel.dll differ diff --git a/dll/ErrorLog/20250214.txt b/dll/ErrorLog/20250214.txt index 3c4193c..7fbb88e 100644 --- a/dll/ErrorLog/20250214.txt +++ b/dll/ErrorLog/20250214.txt @@ -11377,3 +11377,546 @@ ¼ʱ䣺2025-02-14 09:24:11,933 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet ¼ʱ䣺2025-02-14 09:24:11,933 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet ¼ʱ䣺2025-02-14 09:24:11,934 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:40:28,002 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:Access denied for user 'root'@'localhost' (using password: YES) +¼ʱ䣺2025-02-14 10:40:28,039 ߳ID:[1]- :MySQLDAL :GetTableNames Ϣ:Access denied for user 'root'@'localhost' (using password: YES) +¼ʱ䣺2025-02-14 10:40:30,723 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:Access denied for user 'root'@'localhost' (using password: YES) +¼ʱ䣺2025-02-14 10:40:30,732 ߳ID:[1]- :MySQLDAL :GetTableNames Ϣ:Access denied for user 'root'@'localhost' (using password: YES) +¼ʱ䣺2025-02-14 10:40:32,803 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:Access denied for user 'root'@'localhost' (using password: YES) +¼ʱ䣺2025-02-14 10:40:32,812 ߳ID:[1]- :MySQLDAL :GetTableNames Ϣ:Access denied for user 'root'@'localhost' (using password: YES) +¼ʱ䣺2025-02-14 10:41:35,083 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='platform'server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,084 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='platform'server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,085 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='platform'System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,138 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='platform'System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,139 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='platform'System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,140 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===act_ge_bytearrayGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,140 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===act_ge_bytearraySELECT * FROM act_ge_bytearray Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,142 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM act_ge_bytearray Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,142 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_ge_bytearray Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,142 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_ge_bytearray Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,144 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM act_ge_bytearray Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,144 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM act_ge_bytearray Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,144 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===act_ge_bytearrayMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,145 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===act_ge_propertyGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,145 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===act_ge_propertySELECT * FROM act_ge_property Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,145 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM act_ge_property Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,145 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_ge_property Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,145 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_ge_property Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,148 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM act_ge_property Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,148 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM act_ge_property Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,148 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===act_ge_propertyMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,148 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===act_hi_actinstGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,148 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===act_hi_actinstSELECT * FROM act_hi_actinst Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,149 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM act_hi_actinst Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,149 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_hi_actinst Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,149 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_hi_actinst Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,151 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM act_hi_actinst Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,151 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM act_hi_actinst Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,151 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===act_hi_actinstMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,151 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===act_hi_attachmentGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,151 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===act_hi_attachmentSELECT * FROM act_hi_attachment Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,152 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM act_hi_attachment Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,152 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_hi_attachment Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,152 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_hi_attachment Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,153 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM act_hi_attachment Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,154 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM act_hi_attachment Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,154 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===act_hi_attachmentMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,154 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===act_hi_commentGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,154 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===act_hi_commentSELECT * FROM act_hi_comment Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,154 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM act_hi_comment Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,154 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_hi_comment Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,154 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_hi_comment Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,156 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM act_hi_comment Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,156 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM act_hi_comment Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,156 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===act_hi_commentMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,156 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===act_hi_detailGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,156 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===act_hi_detailSELECT * FROM act_hi_detail Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,159 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM act_hi_detail Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,159 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_hi_detail Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,159 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_hi_detail Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,160 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM act_hi_detail Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,161 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM act_hi_detail Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,161 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===act_hi_detailMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,161 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===act_hi_identitylinkGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,161 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===act_hi_identitylinkSELECT * FROM act_hi_identitylink Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,161 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM act_hi_identitylink Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,161 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_hi_identitylink Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,161 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_hi_identitylink Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,163 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM act_hi_identitylink Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,163 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM act_hi_identitylink Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,163 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===act_hi_identitylinkMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,163 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===act_hi_procinstGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,163 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===act_hi_procinstSELECT * FROM act_hi_procinst Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,173 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM act_hi_procinst Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,173 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_hi_procinst Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,173 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_hi_procinst Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,175 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM act_hi_procinst Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,175 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM act_hi_procinst Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,175 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===act_hi_procinstMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,175 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===act_hi_taskinstGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,175 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===act_hi_taskinstSELECT * FROM act_hi_taskinst Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,175 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM act_hi_taskinst Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,176 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_hi_taskinst Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,176 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_hi_taskinst Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,177 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM act_hi_taskinst Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,177 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM act_hi_taskinst Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,177 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===act_hi_taskinstMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,177 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===act_hi_varinstGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,177 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===act_hi_varinstSELECT * FROM act_hi_varinst Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,178 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM act_hi_varinst Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,178 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_hi_varinst Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,178 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_hi_varinst Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,179 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM act_hi_varinst Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,179 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM act_hi_varinst Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,180 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===act_hi_varinstMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,180 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===act_id_groupGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,180 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===act_id_groupSELECT * FROM act_id_group Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,180 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM act_id_group Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,180 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_id_group Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,180 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_id_group Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,181 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM act_id_group Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,182 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM act_id_group Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,182 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===act_id_groupMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,182 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===act_id_infoGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,182 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===act_id_infoSELECT * FROM act_id_info Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,182 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM act_id_info Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,182 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_id_info Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,182 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_id_info Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,184 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM act_id_info Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,184 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM act_id_info Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,184 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===act_id_infoMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,184 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===act_id_membershipGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,184 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===act_id_membershipSELECT * FROM act_id_membership Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,185 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM act_id_membership Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,185 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_id_membership Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,185 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_id_membership Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,186 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM act_id_membership Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,186 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM act_id_membership Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,186 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===act_id_membershipMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,186 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===act_id_userGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,186 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===act_id_userSELECT * FROM act_id_user Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,187 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM act_id_user Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,187 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_id_user Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,187 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_id_user Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,189 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM act_id_user Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,189 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM act_id_user Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,189 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===act_id_userMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,189 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===act_re_deploymentGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,189 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===act_re_deploymentSELECT * FROM act_re_deployment Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,189 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM act_re_deployment Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,189 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_re_deployment Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,189 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_re_deployment Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,191 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM act_re_deployment Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,191 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM act_re_deployment Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,191 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===act_re_deploymentMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,191 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===act_re_modelGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,191 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===act_re_modelSELECT * FROM act_re_model Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,191 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM act_re_model Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,191 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_re_model Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,192 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_re_model Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,193 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM act_re_model Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,193 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM act_re_model Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,193 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===act_re_modelMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,193 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===act_re_procdefGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,193 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===act_re_procdefSELECT * FROM act_re_procdef Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,194 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM act_re_procdef Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,194 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_re_procdef Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,194 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_re_procdef Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,195 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM act_re_procdef Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,195 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM act_re_procdef Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,195 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===act_re_procdefMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,195 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===act_ru_event_subscrGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,195 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===act_ru_event_subscrSELECT * FROM act_ru_event_subscr Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,196 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM act_ru_event_subscr Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,196 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_ru_event_subscr Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,196 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_ru_event_subscr Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,197 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM act_ru_event_subscr Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,197 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM act_ru_event_subscr Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,198 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===act_ru_event_subscrMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,198 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===act_ru_executionGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,198 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===act_ru_executionSELECT * FROM act_ru_execution Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,198 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM act_ru_execution Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,198 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_ru_execution Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,198 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_ru_execution Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,200 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM act_ru_execution Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,200 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM act_ru_execution Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,200 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===act_ru_executionMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,200 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===act_ru_identitylinkGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,200 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===act_ru_identitylinkSELECT * FROM act_ru_identitylink Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,201 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM act_ru_identitylink Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,201 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_ru_identitylink Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,201 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_ru_identitylink Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,202 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM act_ru_identitylink Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,202 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM act_ru_identitylink Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,203 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===act_ru_identitylinkMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,203 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===act_ru_jobGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,203 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===act_ru_jobSELECT * FROM act_ru_job Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,203 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM act_ru_job Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,203 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_ru_job Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,203 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_ru_job Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,205 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM act_ru_job Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,205 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM act_ru_job Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,205 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===act_ru_jobMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,205 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===act_ru_taskGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,205 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===act_ru_taskSELECT * FROM act_ru_task Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,205 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM act_ru_task Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,205 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_ru_task Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,206 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_ru_task Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,207 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM act_ru_task Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,207 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM act_ru_task Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,207 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===act_ru_taskMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,207 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===act_ru_variableGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,207 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===act_ru_variableSELECT * FROM act_ru_variable Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,208 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM act_ru_variable Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,208 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_ru_variable Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,208 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM act_ru_variable Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,209 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM act_ru_variable Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,210 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM act_ru_variable Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,210 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===act_ru_variableMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,210 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===cnas_analysis_ashGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,210 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===cnas_analysis_ashSELECT * FROM cnas_analysis_ash Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,210 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM cnas_analysis_ash Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,210 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_analysis_ash Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,210 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_analysis_ash Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,212 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM cnas_analysis_ash Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,212 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM cnas_analysis_ash Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,212 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===cnas_analysis_ashMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,212 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===cnas_analysis_ashdtlGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,212 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===cnas_analysis_ashdtlSELECT * FROM cnas_analysis_ashdtl Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,213 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM cnas_analysis_ashdtl Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,213 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_analysis_ashdtl Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,213 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_analysis_ashdtl Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,214 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM cnas_analysis_ashdtl Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,214 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM cnas_analysis_ashdtl Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,215 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===cnas_analysis_ashdtlMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,215 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===cnas_analysis_autoGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,215 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===cnas_analysis_autoSELECT * FROM cnas_analysis_auto Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,215 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM cnas_analysis_auto Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,215 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_analysis_auto Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,215 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_analysis_auto Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,217 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM cnas_analysis_auto Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,217 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM cnas_analysis_auto Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,217 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===cnas_analysis_autoMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,217 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===cnas_analysis_autodtlGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,217 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===cnas_analysis_autodtlSELECT * FROM cnas_analysis_autodtl Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,217 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM cnas_analysis_autodtl Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,218 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_analysis_autodtl Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,218 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_analysis_autodtl Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,219 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM cnas_analysis_autodtl Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,219 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM cnas_analysis_autodtl Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,219 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===cnas_analysis_autodtlMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,219 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===cnas_analysis_calorificGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,219 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===cnas_analysis_calorificSELECT * FROM cnas_analysis_calorific Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,220 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM cnas_analysis_calorific Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,220 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_analysis_calorific Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,220 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_analysis_calorific Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,221 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM cnas_analysis_calorific Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,222 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM cnas_analysis_calorific Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,222 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===cnas_analysis_calorificMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,222 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===cnas_analysis_calorificdtlGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,222 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===cnas_analysis_calorificdtlSELECT * FROM cnas_analysis_calorificdtl Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,222 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM cnas_analysis_calorificdtl Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,222 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_analysis_calorificdtl Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,222 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_analysis_calorificdtl Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,224 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM cnas_analysis_calorificdtl Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,224 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM cnas_analysis_calorificdtl Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,224 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===cnas_analysis_calorificdtlMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,224 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===cnas_analysis_capacityGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,224 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===cnas_analysis_capacitySELECT * FROM cnas_analysis_capacity Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,225 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM cnas_analysis_capacity Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,225 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_analysis_capacity Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,225 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_analysis_capacity Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,226 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM cnas_analysis_capacity Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,227 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM cnas_analysis_capacity Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,227 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===cnas_analysis_capacityMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,227 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===cnas_analysis_capacitydtlGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,227 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===cnas_analysis_capacitydtlSELECT * FROM cnas_analysis_capacitydtl Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,228 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM cnas_analysis_capacitydtl Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,228 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_analysis_capacitydtl Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,228 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_analysis_capacitydtl Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,229 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM cnas_analysis_capacitydtl Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,230 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM cnas_analysis_capacitydtl Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,230 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===cnas_analysis_capacitydtlMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,230 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===cnas_analysis_chnGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,230 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===cnas_analysis_chnSELECT * FROM cnas_analysis_chn Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,230 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM cnas_analysis_chn Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,230 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_analysis_chn Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,230 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_analysis_chn Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,232 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM cnas_analysis_chn Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,232 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM cnas_analysis_chn Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,232 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===cnas_analysis_chnMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,232 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===cnas_analysis_chndtlGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,232 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===cnas_analysis_chndtlSELECT * FROM cnas_analysis_chndtl Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,233 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM cnas_analysis_chndtl Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,233 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_analysis_chndtl Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,233 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_analysis_chndtl Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,234 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM cnas_analysis_chndtl Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,234 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM cnas_analysis_chndtl Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,234 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===cnas_analysis_chndtlMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,234 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===cnas_analysis_moistureGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,234 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===cnas_analysis_moistureSELECT * FROM cnas_analysis_moisture Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,235 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM cnas_analysis_moisture Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,235 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_analysis_moisture Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,235 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_analysis_moisture Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,237 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM cnas_analysis_moisture Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,237 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM cnas_analysis_moisture Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,237 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===cnas_analysis_moistureMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,237 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===cnas_analysis_moisturedtlGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,237 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===cnas_analysis_moisturedtlSELECT * FROM cnas_analysis_moisturedtl Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,237 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM cnas_analysis_moisturedtl Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,237 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_analysis_moisturedtl Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,237 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_analysis_moisturedtl Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,239 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM cnas_analysis_moisturedtl Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,239 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM cnas_analysis_moisturedtl Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,239 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===cnas_analysis_moisturedtlMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,239 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===cnas_analysis_stadGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,239 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===cnas_analysis_stadSELECT * FROM cnas_analysis_stad Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,240 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM cnas_analysis_stad Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,240 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_analysis_stad Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,240 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_analysis_stad Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,241 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM cnas_analysis_stad Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,241 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM cnas_analysis_stad Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,242 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===cnas_analysis_stadMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,242 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===cnas_analysis_staddtlGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,242 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===cnas_analysis_staddtlSELECT * FROM cnas_analysis_staddtl Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,242 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM cnas_analysis_staddtl Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,242 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_analysis_staddtl Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,242 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_analysis_staddtl Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,243 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM cnas_analysis_staddtl Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,244 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM cnas_analysis_staddtl Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,244 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===cnas_analysis_staddtlMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,244 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===cnas_analysis_totalmoistureGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,244 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===cnas_analysis_totalmoistureSELECT * FROM cnas_analysis_totalmoisture Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,244 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM cnas_analysis_totalmoisture Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,244 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_analysis_totalmoisture Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,244 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_analysis_totalmoisture Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,246 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM cnas_analysis_totalmoisture Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,246 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM cnas_analysis_totalmoisture Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,246 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===cnas_analysis_totalmoistureMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,246 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===cnas_analysis_totalmoisturedtlGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,246 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===cnas_analysis_totalmoisturedtlSELECT * FROM cnas_analysis_totalmoisturedtl Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,247 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM cnas_analysis_totalmoisturedtl Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,247 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_analysis_totalmoisturedtl Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,247 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_analysis_totalmoisturedtl Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,248 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM cnas_analysis_totalmoisturedtl Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,248 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM cnas_analysis_totalmoisturedtl Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,248 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===cnas_analysis_totalmoisturedtlMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,248 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===cnas_analysis_volatileGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,248 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===cnas_analysis_volatileSELECT * FROM cnas_analysis_volatile Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,249 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM cnas_analysis_volatile Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,249 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_analysis_volatile Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,249 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_analysis_volatile Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,250 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM cnas_analysis_volatile Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,251 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM cnas_analysis_volatile Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,251 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===cnas_analysis_volatileMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,251 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===cnas_analysis_volatiledtlGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,251 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===cnas_analysis_volatiledtlSELECT * FROM cnas_analysis_volatiledtl Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,251 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM cnas_analysis_volatiledtl Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,251 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_analysis_volatiledtl Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,251 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_analysis_volatiledtl Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,253 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM cnas_analysis_volatiledtl Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,253 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM cnas_analysis_volatiledtl Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,253 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===cnas_analysis_volatiledtlMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,253 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===cnas_deviceGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,253 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===cnas_deviceSELECT * FROM cnas_device Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,254 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM cnas_device Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,254 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_device Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,254 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_device Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,255 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM cnas_device Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,258 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM cnas_device Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,259 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===cnas_deviceMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,259 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===cnas_facilityGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,259 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===cnas_facilitySELECT * FROM cnas_facility Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,259 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM cnas_facility Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,259 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_facility Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,259 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_facility Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,261 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM cnas_facility Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,261 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM cnas_facility Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,261 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===cnas_facilityMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,261 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===cnas_sampleGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,261 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===cnas_sampleSELECT * FROM cnas_sample Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,262 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM cnas_sample Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,262 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_sample Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,262 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_sample Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,263 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM cnas_sample Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,263 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM cnas_sample Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,263 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===cnas_sampleMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,264 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===cnas_staffGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,264 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===cnas_staffSELECT * FROM cnas_staff Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,264 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM cnas_staff Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,264 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_staff Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,264 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM cnas_staff Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,266 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM cnas_staff Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,266 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM cnas_staff Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,266 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===cnas_staffMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,266 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===coalweight_analysis_result_ikaGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,267 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===coalweight_analysis_result_ikaSELECT * FROM coalweight_analysis_result_ika Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,267 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM coalweight_analysis_result_ika Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,267 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM coalweight_analysis_result_ika Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,267 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM coalweight_analysis_result_ika Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,268 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM coalweight_analysis_result_ika Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,269 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM coalweight_analysis_result_ika Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,269 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===coalweight_analysis_result_ikaMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,269 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===dictGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,269 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===dictSELECT * FROM dict Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,269 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM dict Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,269 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM dict Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,269 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM dict Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,271 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM dict Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,271 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM dict Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,271 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===dictMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,271 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===esb_tableGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,271 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===esb_tableSELECT * FROM esb_table Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,272 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM esb_table Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,272 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM esb_table Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,272 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM esb_table Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,273 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM esb_table Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,274 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM esb_table Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,274 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===esb_tableMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,274 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===fileGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,274 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===fileSELECT * FROM file Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,274 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM file Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,274 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM file Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,274 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM file Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,276 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM file Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,276 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM file Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,276 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===fileMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,276 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===flowtableGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,276 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===flowtableSELECT * FROM flowtable Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,277 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM flowtable Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,277 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM flowtable Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,277 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM flowtable Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,278 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM flowtable Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,278 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM flowtable Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,279 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===flowtableMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,279 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===menuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,279 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===menuSELECT * FROM menu Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,280 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM menu Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,280 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM menu Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,280 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM menu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,281 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM menu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,282 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM menu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,282 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===menuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,282 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===orgGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,282 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===orgSELECT * FROM org Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,282 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM org Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,282 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM org Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,282 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM org Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,285 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM org Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,285 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM org Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,285 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===orgMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,285 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===parameterGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,285 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===parameterSELECT * FROM parameter Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,286 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM parameter Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,286 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM parameter Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,286 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM parameter Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,288 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM parameter Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,288 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM parameter Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,288 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===parameterMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,288 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===roleGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,288 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===roleSELECT * FROM role Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,288 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM role Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,288 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM role Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,288 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM role Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,290 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM role Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,290 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM role Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,290 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===roleMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,291 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===role_menuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,291 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===role_menuSELECT * FROM role_menu Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,291 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM role_menu Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,291 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM role_menu Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,291 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM role_menu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,292 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM role_menu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,293 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM role_menu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,293 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===role_menuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,293 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===role_userGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,293 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===role_userSELECT * FROM role_user Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,293 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM role_user Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,293 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM role_user Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,293 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM role_user Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,295 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM role_user Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,295 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM role_user Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,295 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===role_userMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,295 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===standardmaterialGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,295 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===standardmaterialSELECT * FROM standardmaterial Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,296 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM standardmaterial Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,296 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM standardmaterial Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,296 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM standardmaterial Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,297 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM standardmaterial Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,298 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM standardmaterial Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,298 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===standardmaterialMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,298 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===system_cacheGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,298 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===system_cacheSELECT * FROM system_cache Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,298 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM system_cache Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,298 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM system_cache Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,298 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM system_cache Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,300 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM system_cache Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,300 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM system_cache Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,300 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===system_cacheMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,300 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===tablemanagementGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,300 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===tablemanagementSELECT * FROM tablemanagement Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,301 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM tablemanagement Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,301 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM tablemanagement Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,301 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM tablemanagement Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,303 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM tablemanagement Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,303 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM tablemanagement Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,303 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===tablemanagementMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,303 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===task_remindGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,303 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===task_remindSELECT * FROM task_remind Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,304 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM task_remind Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,304 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM task_remind Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,304 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM task_remind Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,305 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM task_remind Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,305 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM task_remind Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,306 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===task_remindMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,306 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===tcoalweightetltableGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,306 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===tcoalweightetltableSELECT * FROM tcoalweightetltable Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,306 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM tcoalweightetltable Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,306 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM tcoalweightetltable Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,306 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM tcoalweightetltable Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,308 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM tcoalweightetltable Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,308 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM tcoalweightetltable Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,308 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===tcoalweightetltableMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,308 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===testGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,308 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===testSELECT * FROM test Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,309 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM test Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,309 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM test Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,309 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM test Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,310 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM test Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,310 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM test Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,310 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===testMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,310 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===urlGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,310 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===urlSELECT * FROM url Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,311 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM url Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,311 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM url Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,311 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM url Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,312 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM url Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,313 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM url Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,313 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===urlMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,313 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===userGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,313 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===userSELECT * FROM user Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,313 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM user Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,313 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM user Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,313 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM user Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,315 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM user Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,315 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM user Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,315 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===userMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,315 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===versioninfoGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-14 10:41:35,315 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===versioninfoSELECT * FROM versioninfo Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,316 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM versioninfo Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,316 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM versioninfo Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=platform;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,316 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM versioninfo Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,317 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM versioninfo Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,317 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM versioninfo Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,317 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===versioninfoMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-14 10:41:35,914 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cans'server=localhost;port=3306;user=root;password=zjh123;database=cans;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,914 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cans'server=localhost;port=3306;user=root;password=zjh123;database=cans;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,914 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cans'System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,916 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cans'System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,917 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cans'System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,975 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 +¼ʱ䣺2025-02-14 10:41:35,976 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=cans;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,976 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=zjh123;database=cans;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-14 10:41:35,976 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,977 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,977 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-14 10:41:35,977 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table diff --git a/dll/Newtonsoft.Json.dll b/dll/Newtonsoft.Json.dll index 7af125a..55d537f 100644 Binary files a/dll/Newtonsoft.Json.dll and b/dll/Newtonsoft.Json.dll differ diff --git a/dll/WF-ChangeGUID.exe b/dll/WF-ChangeGUID.exe index 6af32e1..e83e937 100644 Binary files a/dll/WF-ChangeGUID.exe and b/dll/WF-ChangeGUID.exe differ