diff --git a/.vs/CNAS_DBSync/v15/.suo b/.vs/CNAS_DBSync/v15/.suo index d486915..e593371 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-shm b/.vs/CNAS_DBSync/v15/Server/sqlite3/storage.ide-shm index ccd7c9e..155bc68 100644 Binary files a/.vs/CNAS_DBSync/v15/Server/sqlite3/storage.ide-shm and b/.vs/CNAS_DBSync/v15/Server/sqlite3/storage.ide-shm differ diff --git a/.vs/CNAS_DBSync/v15/Server/sqlite3/storage.ide-wal b/.vs/CNAS_DBSync/v15/Server/sqlite3/storage.ide-wal index 1fd3c2b..6f91cab 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/AuthorizeDll/CNAS_Authorize.exe b/AuthorizeDll/CNAS_Authorize.exe index 348f80f..d111619 100644 Binary files a/AuthorizeDll/CNAS_Authorize.exe and b/AuthorizeDll/CNAS_Authorize.exe differ diff --git a/CNAS_DBSync/CNAS_DBSync.csproj b/CNAS_DBSync/CNAS_DBSync.csproj index 9cf4e9e..b845bd1 100644 --- a/CNAS_DBSync/CNAS_DBSync.csproj +++ b/CNAS_DBSync/CNAS_DBSync.csproj @@ -99,6 +99,12 @@ frmLockPwd.cs + + Form + + + frmSplitParam.cs + Form @@ -173,11 +179,11 @@ frmSourceSetting.cs - + Form - - frmSplitParam.cs + + frmSplitParamnew.cs Form @@ -241,6 +247,9 @@ frmSplitParam.cs + + frmSplitParamnew.cs + frmStartEndSubstring.cs diff --git a/CNAS_DBSync/frmCNASValue.cs b/CNAS_DBSync/frmCNASValue.cs index ef38ed3..15f11a6 100644 --- a/CNAS_DBSync/frmCNASValue.cs +++ b/CNAS_DBSync/frmCNASValue.cs @@ -384,7 +384,7 @@ namespace CNAS_DBSync if (dgvCnas.Rows[e.RowIndex].Cells["Value"].Value != null) cnasFixed.Value = dgvCnas.Rows[e.RowIndex].Cells["Value"].Value.ToString(); - frmStartEndSubstring frmSplitParam = new frmStartEndSubstring(cnasFixed); + frmSplitParam frmSplitParam = new frmSplitParam(cnasFixed); if (frmSplitParam.ShowDialog() == DialogResult.OK) { if (frmSplitParam.conditionvalue.Value != null && frmSplitParam.conditionvalue.Value.ToString() != "") @@ -418,7 +418,7 @@ namespace CNAS_DBSync if (dgvCnas.Rows[e.RowIndex].Cells["Value"].Value != null) cnasFixed.Value = dgvCnas.Rows[e.RowIndex].Cells["Value"].Value.ToString(); - frmSplitParam frmSplitParam = new frmSplitParam(cnasFixed); + frmSplitParamnew frmSplitParam = new frmSplitParamnew(cnasFixed); if (frmSplitParam.ShowDialog() == DialogResult.OK) { if (frmSplitParam.conditionvalue.Value != null && frmSplitParam.conditionvalue.Value.ToString() != "") diff --git a/CNAS_DBSync/frmServiceConfig.cs b/CNAS_DBSync/frmServiceConfig.cs index 9965b8f..8e0b74f 100644 --- a/CNAS_DBSync/frmServiceConfig.cs +++ b/CNAS_DBSync/frmServiceConfig.cs @@ -1,18 +1,11 @@ using CnasSynchronousCommon; -using CnasSynchronusClient; using CnasSynchrousModel; using Microsoft.Win32; using System; using System.Collections; -using System.Collections.Generic; -using System.ComponentModel; using System.Configuration.Install; -using System.Data; -using System.Drawing; using System.IO; -using System.Linq; using System.ServiceProcess; -using System.Text; using System.Windows.Forms; using System.Xml.Serialization; diff --git a/CNAS_DBSync/frmSplitParam.Designer.cs b/CNAS_DBSync/frmSplitParam.Designer.cs index 2168ef9..3ff0360 100644 --- a/CNAS_DBSync/frmSplitParam.Designer.cs +++ b/CNAS_DBSync/frmSplitParam.Designer.cs @@ -31,13 +31,13 @@ this.pnlAll = new System.Windows.Forms.Panel(); this.btnOK = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); - this.label3 = new System.Windows.Forms.Label(); - this.cbxPrama2 = new System.Windows.Forms.ComboBox(); - this.label5 = new System.Windows.Forms.Label(); - this.label4 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.txtPrama1 = new System.Windows.Forms.TextBox(); + this.label4 = new System.Windows.Forms.Label(); + this.label5 = new System.Windows.Forms.Label(); + this.cbxPrama2 = new System.Windows.Forms.ComboBox(); + this.label3 = new System.Windows.Forms.Label(); this.pnlAll.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); @@ -50,12 +50,12 @@ this.pnlAll.Location = new System.Drawing.Point(0, 0); this.pnlAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pnlAll.Name = "pnlAll"; - this.pnlAll.Size = new System.Drawing.Size(661, 305); + this.pnlAll.Size = new System.Drawing.Size(435, 188); this.pnlAll.TabIndex = 1; // // btnOK // - this.btnOK.Location = new System.Drawing.Point(533, 263); + this.btnOK.Location = new System.Drawing.Point(336, 149); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(90, 30); this.btnOK.TabIndex = 1; @@ -75,55 +75,17 @@ this.groupBox1.Controls.Add(this.txtPrama1); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(611, 224); + this.groupBox1.Size = new System.Drawing.Size(414, 131); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "条件SubString参数"; // - // label3 - // - this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(15, 180); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(492, 20); - this.label3.TabIndex = 10; - this.label3.Text = "(说明:若操作字符串中不存在或存在多个截断字符,则直接返回初始字符串)"; - // - // cbxPrama2 - // - this.cbxPrama2.FormattingEnabled = true; - this.cbxPrama2.Items.AddRange(new object[] { - "L", - "R"}); - this.cbxPrama2.Location = new System.Drawing.Point(75, 103); - this.cbxPrama2.Name = "cbxPrama2"; - this.cbxPrama2.Size = new System.Drawing.Size(121, 28); - this.cbxPrama2.TabIndex = 9; - // - // label5 - // - this.label5.AutoSize = true; - this.label5.Location = new System.Drawing.Point(199, 108); - this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(104, 20); - this.label5.TabIndex = 7; - this.label5.Text = "(截断终止位)"; - // - // label4 - // - this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(200, 35); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(114, 20); - this.label4.TabIndex = 6; - this.label4.Text = "(截断起始位)"; - // // label2 // this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(18, 107); + this.label2.Location = new System.Drawing.Point(18, 63); this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(63, 20); + this.label2.Size = new System.Drawing.Size(51, 17); this.label2.TabIndex = 3; this.label2.Text = "参数2:"; // @@ -132,7 +94,7 @@ this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(18, 34); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(63, 20); + this.label1.Size = new System.Drawing.Size(51, 17); this.label1.TabIndex = 1; this.label1.Text = "参数1:"; // @@ -140,14 +102,52 @@ // this.txtPrama1.Location = new System.Drawing.Point(75, 31); this.txtPrama1.Name = "txtPrama1"; - this.txtPrama1.Size = new System.Drawing.Size(121, 27); + this.txtPrama1.Size = new System.Drawing.Size(121, 23); this.txtPrama1.TabIndex = 0; // + // label4 + // + this.label4.AutoSize = true; + this.label4.Location = new System.Drawing.Point(200, 35); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(64, 17); + this.label4.TabIndex = 6; + this.label4.Text = "(截断字符)"; + // + // label5 + // + this.label5.AutoSize = true; + this.label5.Location = new System.Drawing.Point(199, 64); + this.label5.Name = "label5"; + this.label5.Size = new System.Drawing.Size(195, 17); + this.label5.TabIndex = 7; + this.label5.Text = "(截断后返回左侧(L)/右侧(R)的内容)"; + // + // cbxPrama2 + // + this.cbxPrama2.FormattingEnabled = true; + this.cbxPrama2.Items.AddRange(new object[] { + "L", + "R"}); + this.cbxPrama2.Location = new System.Drawing.Point(75, 59); + this.cbxPrama2.Name = "cbxPrama2"; + this.cbxPrama2.Size = new System.Drawing.Size(121, 25); + this.cbxPrama2.TabIndex = 9; + // + // label3 + // + this.label3.AutoSize = true; + this.label3.Location = new System.Drawing.Point(15, 96); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(394, 17); + this.label3.TabIndex = 10; + this.label3.Text = "(说明:若操作字符串中不存在或存在多个截断字符,则直接返回初始字符串)"; + // // frmSplitParam // - this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); + this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(661, 305); + this.ClientSize = new System.Drawing.Size(435, 188); this.Controls.Add(this.pnlAll); this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; diff --git a/CNAS_DBSync/frmSplitParam.cs b/CNAS_DBSync/frmSplitParam.cs index 2e20066..433f459 100644 --- a/CNAS_DBSync/frmSplitParam.cs +++ b/CNAS_DBSync/frmSplitParam.cs @@ -32,27 +32,15 @@ namespace CNAS_DBSync MessageBox.Show("参数2不能为空。"); return; } - //if (this.cbxPrama2.Text != "L" && this.cbxPrama2.Text != "R") - //{ - // MessageBox.Show("参数2不符合规则,请重新选择。"); - // return; - //} - - - try + if (this.cbxPrama2.Text != "L" && this.cbxPrama2.Text != "R") { - int values1 = Convert.ToInt32(this.txtPrama1.Text) - 1; - int values2 = Convert.ToInt32(this.cbxPrama2.Text) ; - this.conditionvalue.Value = "{"+ values1 + ","+ values2 + "}"; - this.DialogResult = DialogResult.OK; - this.Close(); + MessageBox.Show("参数2不符合规则,请重新选择。"); + return; } - catch (Exception) - { - - } - + this.conditionvalue.Value = "{"+ this.txtPrama1.Text + ","+ this.cbxPrama2.Text + "}"; + this.DialogResult = DialogResult.OK; + this.Close(); } private void frmSplitParam_Load(object sender, EventArgs e) diff --git a/CNAS_DBSync/frmSplitParamnew.Designer.cs b/CNAS_DBSync/frmSplitParamnew.Designer.cs new file mode 100644 index 0000000..6517d04 --- /dev/null +++ b/CNAS_DBSync/frmSplitParamnew.Designer.cs @@ -0,0 +1,181 @@ +namespace CNAS_DBSync +{ + partial class frmSplitParamnew + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.pnlAll = new System.Windows.Forms.Panel(); + this.btnOK = new System.Windows.Forms.Button(); + this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.label3 = new System.Windows.Forms.Label(); + this.cbxPrama2 = new System.Windows.Forms.ComboBox(); + this.label5 = new System.Windows.Forms.Label(); + this.label4 = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); + this.label1 = new System.Windows.Forms.Label(); + this.txtPrama1 = new System.Windows.Forms.TextBox(); + this.pnlAll.SuspendLayout(); + this.groupBox1.SuspendLayout(); + this.SuspendLayout(); + // + // pnlAll + // + this.pnlAll.Controls.Add(this.btnOK); + this.pnlAll.Controls.Add(this.groupBox1); + this.pnlAll.Dock = System.Windows.Forms.DockStyle.Fill; + this.pnlAll.Location = new System.Drawing.Point(0, 0); + this.pnlAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.pnlAll.Name = "pnlAll"; + this.pnlAll.Size = new System.Drawing.Size(661, 305); + this.pnlAll.TabIndex = 1; + // + // btnOK + // + this.btnOK.Location = new System.Drawing.Point(533, 263); + this.btnOK.Name = "btnOK"; + this.btnOK.Size = new System.Drawing.Size(90, 30); + this.btnOK.TabIndex = 1; + this.btnOK.Text = "确定"; + this.btnOK.UseVisualStyleBackColor = true; + this.btnOK.Click += new System.EventHandler(this.btnOK_Click); + // + // groupBox1 + // + this.groupBox1.BackColor = System.Drawing.SystemColors.Control; + this.groupBox1.Controls.Add(this.label3); + this.groupBox1.Controls.Add(this.cbxPrama2); + this.groupBox1.Controls.Add(this.label5); + this.groupBox1.Controls.Add(this.label4); + this.groupBox1.Controls.Add(this.label2); + this.groupBox1.Controls.Add(this.label1); + this.groupBox1.Controls.Add(this.txtPrama1); + this.groupBox1.Location = new System.Drawing.Point(12, 12); + this.groupBox1.Name = "groupBox1"; + this.groupBox1.Size = new System.Drawing.Size(611, 224); + this.groupBox1.TabIndex = 0; + this.groupBox1.TabStop = false; + this.groupBox1.Text = "条件SubString参数"; + // + // label3 + // + this.label3.AutoSize = true; + this.label3.Location = new System.Drawing.Point(15, 180); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(492, 20); + this.label3.TabIndex = 10; + this.label3.Text = "(说明:若操作字符串中不存在或存在多个截断字符,则直接返回初始字符串)"; + // + // cbxPrama2 + // + this.cbxPrama2.FormattingEnabled = true; + this.cbxPrama2.Items.AddRange(new object[] { + "L", + "R"}); + this.cbxPrama2.Location = new System.Drawing.Point(75, 103); + this.cbxPrama2.Name = "cbxPrama2"; + this.cbxPrama2.Size = new System.Drawing.Size(121, 28); + this.cbxPrama2.TabIndex = 9; + // + // label5 + // + this.label5.AutoSize = true; + this.label5.Location = new System.Drawing.Point(199, 108); + this.label5.Name = "label5"; + this.label5.Size = new System.Drawing.Size(104, 20); + this.label5.TabIndex = 7; + this.label5.Text = "(截断终止位)"; + // + // label4 + // + this.label4.AutoSize = true; + this.label4.Location = new System.Drawing.Point(200, 35); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(114, 20); + this.label4.TabIndex = 6; + this.label4.Text = "(截断起始位)"; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(18, 107); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(63, 20); + this.label2.TabIndex = 3; + this.label2.Text = "参数2:"; + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(18, 34); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(63, 20); + this.label1.TabIndex = 1; + this.label1.Text = "参数1:"; + // + // txtPrama1 + // + this.txtPrama1.Location = new System.Drawing.Point(75, 31); + this.txtPrama1.Name = "txtPrama1"; + this.txtPrama1.Size = new System.Drawing.Size(121, 27); + this.txtPrama1.TabIndex = 0; + // + // frmSplitParam + // + this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(661, 305); + this.Controls.Add(this.pnlAll); + this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; + this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.MaximizeBox = false; + this.MinimizeBox = false; + this.Name = "frmSplitParam"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "添加参数(SubString)"; + this.Load += new System.EventHandler(this.frmSplitParam_Load); + this.pnlAll.ResumeLayout(false); + this.groupBox1.ResumeLayout(false); + this.groupBox1.PerformLayout(); + this.ResumeLayout(false); + + } + + #endregion + + private System.Windows.Forms.Panel pnlAll; + private System.Windows.Forms.Button btnOK; + private System.Windows.Forms.GroupBox groupBox1; + private System.Windows.Forms.Label label2; + private System.Windows.Forms.Label label1; + private System.Windows.Forms.TextBox txtPrama1; + private System.Windows.Forms.Label label5; + private System.Windows.Forms.Label label4; + private System.Windows.Forms.ComboBox cbxPrama2; + private System.Windows.Forms.Label label3; + } +} \ No newline at end of file diff --git a/CNAS_DBSync/frmSplitParamnew.cs b/CNAS_DBSync/frmSplitParamnew.cs new file mode 100644 index 0000000..185d718 --- /dev/null +++ b/CNAS_DBSync/frmSplitParamnew.cs @@ -0,0 +1,76 @@ +using CnasSynchrousModel; +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Windows.Forms; + +namespace CNAS_DBSync +{ + public partial class frmSplitParamnew : Form + { + public CnasConditionMapValue conditionvalue { get; set; } + public frmSplitParamnew(CnasConditionMapValue conditionvalue) + { + InitializeComponent(); + + this.conditionvalue = conditionvalue; + } + + private void btnOK_Click(object sender, EventArgs e) + { + if (this.txtPrama1.Text == "") + { + MessageBox.Show("参数1不能为空。"); + return; + } + if (this.cbxPrama2.Text == "") + { + MessageBox.Show("参数2不能为空。"); + return; + } + //if (this.cbxPrama2.Text != "L" && this.cbxPrama2.Text != "R") + //{ + // MessageBox.Show("参数2不符合规则,请重新选择。"); + // return; + //} + + + try + { + int values1 = Convert.ToInt32(this.txtPrama1.Text) - 1; + int values2 = Convert.ToInt32(this.cbxPrama2.Text) ; + this.conditionvalue.Value = "{"+ values1 + ","+ values2 + "}"; + this.DialogResult = DialogResult.OK; + this.Close(); + } + catch (Exception) + { + + + } + + } + + private void frmSplitParam_Load(object sender, EventArgs e) + { + if (this.conditionvalue == null) return; + if (this.conditionvalue.Value == null) return; + if (this.conditionvalue.Condition != MapCondition.SubString) return; + + //根据旧值显示控件默认值 + if (this.conditionvalue.Value.ToString()!= "") + { + string[] strConditionValues = this.conditionvalue.Value.ToString().Split(new string[] { "{",",","}" }, StringSplitOptions.RemoveEmptyEntries); + if (strConditionValues.Length == 2) + { + this.txtPrama1.Text = strConditionValues[0]; + this.cbxPrama2.Text = strConditionValues[1]; + } + } + } + } +} diff --git a/CNAS_DBSync/frmSplitParamnew.resx b/CNAS_DBSync/frmSplitParamnew.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/CNAS_DBSync/frmSplitParamnew.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/dll/CNAS_BalanceClient.exe b/dll/CNAS_BalanceClient.exe index a76c85f..03ae87b 100644 Binary files a/dll/CNAS_BalanceClient.exe and b/dll/CNAS_BalanceClient.exe differ diff --git a/dll/CNAS_BalanceClient.exe.config b/dll/CNAS_BalanceClient.exe.config index b3c0600..d012dc8 100644 --- a/dll/CNAS_BalanceClient.exe.config +++ b/dll/CNAS_BalanceClient.exe.config @@ -1,4 +1,4 @@ - +
@@ -72,5 +72,14 @@ + + + + + + - + + + + \ No newline at end of file diff --git a/dll/CNAS_DBSync.exe b/dll/CNAS_DBSync.exe index 4bd949c..69c01cb 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 c28bba1..79910c0 100644 Binary files a/dll/CNAS_RunSync.exe and b/dll/CNAS_RunSync.exe differ diff --git a/dll/CNAS_RunSync.exe.config b/dll/CNAS_RunSync.exe.config index 09c4295..d6a9636 100644 --- a/dll/CNAS_RunSync.exe.config +++ b/dll/CNAS_RunSync.exe.config @@ -1,4 +1,4 @@ - +
@@ -50,9 +50,7 @@ - - - + @@ -76,11 +74,5 @@ - - - - - - - \ No newline at end of file + diff --git a/dll/CNAS_SerialPort.dll b/dll/CNAS_SerialPort.dll index cefab19..40bdb3e 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 cf05c0a..db8aa7e 100644 Binary files a/dll/CNAS_SyncService.exe and b/dll/CNAS_SyncService.exe differ diff --git a/dll/CnasSynchronusClient.dll b/dll/CnasSynchronusClient.dll index 47b4f7d..26e5dd6 100644 Binary files a/dll/CnasSynchronusClient.dll and b/dll/CnasSynchronusClient.dll differ diff --git a/dll/Data/FormLockState.mes b/dll/Data/FormLockState.mes index 4f848df..d8ed468 100644 --- a/dll/Data/FormLockState.mes +++ b/dll/Data/FormLockState.mes @@ -1 +1 @@ -ROcwvAcTAdc= \ No newline at end of file +NP9n/U1T4F8= \ No newline at end of file diff --git a/dll/ErrorLog/20250314.txt b/dll/ErrorLog/20250314.txt new file mode 100644 index 0000000..89081d0 --- /dev/null +++ b/dll/ErrorLog/20250314.txt @@ -0,0 +1,611 @@ +¼ʱ䣺2025-03-14 10:03:37,009 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:Access denied for user 'root'@'localhost' (using password: YES) +¼ʱ䣺2025-03-14 10:03:37,024 ߳ID:[1]- :MySQLDAL :GetTableNames Ϣ:Access denied for user 'root'@'localhost' (using password: YES) +¼ʱ䣺2025-03-14 10:03:53,031 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===abilitysupervisionrecordGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,032 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,034 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,034 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===acceptanceconsumablematerialsGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,034 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===acceptanceconsumablematerialsSELECT * FROM acceptanceconsumablematerials Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,035 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===acceptanceconsumablematerialsMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,035 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===accreditpeopleevaluateGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,035 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===accreditpeopleevaluateSELECT * FROM accreditpeopleevaluate Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,036 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===accreditpeopleevaluateMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,036 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===apparatusscrapdisableapplyforformGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,036 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===apparatusscrapdisableapplyforformSELECT * FROM apparatusscrapdisableapplyforform Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,038 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===apparatusscrapdisableapplyforformMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,038 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===authorizedqualificationGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,038 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===authorizedqualificationSELECT * FROM authorizedqualification Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,039 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===authorizedqualificationMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,039 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===authorizedqualification_subGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,039 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===authorizedqualification_subSELECT * FROM authorizedqualification_sub Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,040 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===authorizedqualification_subMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,040 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===basicrequirementsGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,040 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===basicrequirementsSELECT * FROM basicrequirements Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,041 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===basicrequirementsMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,041 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===boiler_qualityGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,041 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===boiler_qualitySELECT * FROM boiler_quality Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,042 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===boiler_qualityMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,042 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===boiler_quality_copy1GetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,042 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===boiler_quality_copy1SELECT * FROM boiler_quality_copy1 Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,043 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===boiler_quality_copy1MySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,043 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===boilerquanGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,043 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===boilerquanSELECT * FROM boilerquan Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,044 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===boilerquanMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,044 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===calibrationcertificateGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,045 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===calibrationcertificateSELECT * FROM calibrationcertificate Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,046 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===calibrationcertificateMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,046 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===chdmdmesbGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,046 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===chdmdmesbSELECT * FROM chdmdmesb Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,048 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===chdmdmesbMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,048 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===chdmdmesb_copy1GetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,048 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===chdmdmesb_copy1SELECT * FROM chdmdmesb_copy1 Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,049 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===chdmdmesb_copy1MySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,049 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===cnas.report_insulatingoilGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,049 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===cnas.report_insulatingoilSELECT * FROM cnas.report_insulatingoil Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,059 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:Table 'cnas.report_insulatingoil' doesn't exist +¼ʱ䣺2025-03-14 10:03:53,064 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:Table 'cnas.report_insulatingoil' doesn't exist +¼ʱ䣺2025-03-14 10:03:53,069 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:Table 'cnas.report_insulatingoil' doesn't exist +¼ʱ䣺2025-03-14 10:03:53,069 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===cnas.reportmainGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,069 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===cnas.reportmainSELECT * FROM cnas.reportmain Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,075 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:Table 'cnas.reportmain' doesn't exist +¼ʱ䣺2025-03-14 10:03:53,079 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:Table 'cnas.reportmain' doesn't exist +¼ʱ䣺2025-03-14 10:03:53,083 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:Table 'cnas.reportmain' doesn't exist +¼ʱ䣺2025-03-14 10:03:53,083 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===cnas_analysis_dataGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,083 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===cnas_analysis_dataSELECT * FROM cnas_analysis_data Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,085 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===cnas_analysis_dataMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,085 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===coalmonthcheckGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,085 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===coalmonthcheckSELECT * FROM coalmonthcheck Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,086 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===coalmonthcheckMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,086 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===coalsamplefirstrecordGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,086 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===coalsamplefirstrecordSELECT * FROM coalsamplefirstrecord Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,088 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===coalsamplefirstrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,088 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===coalsamplejudgmentstandardGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,088 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===coalsamplejudgmentstandardSELECT * FROM coalsamplejudgmentstandard Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,089 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===coalsamplejudgmentstandardMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,089 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===coaltransporterGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,089 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===coaltransporterSELECT * FROM coaltransporter Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,090 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===coaltransporterMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,090 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===coalvendorGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,090 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===coalvendorSELECT * FROM coalvendor Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,091 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===coalvendorMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,091 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===coalweight_analysis_resultGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,091 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===coalweight_analysis_resultSELECT * FROM coalweight_analysis_result Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,092 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===coalweight_analysis_resultMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,092 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===coalweight_analysis_result_yuhuaGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,092 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===coalweight_analysis_result_yuhuaSELECT * FROM coalweight_analysis_result_yuhua Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,093 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===coalweight_analysis_result_yuhuaMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,094 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===compactapprovalrecordGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,094 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===compactapprovalrecordSELECT * FROM compactapprovalrecord Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,095 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===compactapprovalrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,095 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===complaindisposerecordGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,095 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===complaindisposerecordSELECT * FROM complaindisposerecord Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,096 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===complaindisposerecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,096 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===complainthandlingreportGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,096 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===complainthandlingreportSELECT * FROM complainthandlingreport Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,097 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===complainthandlingreportMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,097 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===consumablematerialsregistrationGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,097 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===consumablematerialsregistrationSELECT * FROM consumablematerialsregistration Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,098 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===consumablematerialsregistrationMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,098 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===correctiveorpreventivemeasuresGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,098 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===correctiveorpreventivemeasuresSELECT * FROM correctiveorpreventivemeasures Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,099 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===correctiveorpreventivemeasuresMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,099 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===customerinformationGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,099 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===customerinformationSELECT * FROM customerinformation Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,100 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===customerinformationMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,100 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===customersurveyGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,101 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===customersurveySELECT * FROM customersurvey Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,102 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===customersurveyMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,102 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===deleteinfoGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,102 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===deleteinfoSELECT * FROM deleteinfo Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,103 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===deleteinfoMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,103 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===dictGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,103 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===dictSELECT * FROM dict Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,104 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===dictMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,104 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===documentrecorddestructionrecordGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,104 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===documentrecorddestructionrecordSELECT * FROM documentrecorddestructionrecord Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,105 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===documentrecorddestructionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,105 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===editreportrerecordGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,105 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===editreportrerecordSELECT * FROM editreportrerecord Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,106 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===editreportrerecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,106 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===employeerecordGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,106 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===employeerecordSELECT * FROM employeerecord Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,108 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===employeerecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,108 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===environmentalrecordGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,108 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===environmentalrecordSELECT * FROM environmentalrecord Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,109 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===environmentalrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,109 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===equimentcheckGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,115 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===equimentcheckSELECT * FROM equimentcheck Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,117 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===equimentcheckMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,117 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===equipmentrecordGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,117 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===equipmentrecordSELECT * FROM equipmentrecord Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,118 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===equipmentrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,118 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===examinemehotdcheckGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,118 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===examinemehotdcheckSELECT * FROM examinemehotdcheck Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,120 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===examinemehotdcheckMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,120 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===expiredstandardsampleGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,120 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===expiredstandardsampleSELECT * FROM expiredstandardsample Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,121 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===expiredstandardsampleMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,121 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===externalfilecontrollistGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,121 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===externalfilecontrollistSELECT * FROM externalfilecontrollist Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,122 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===externalfilecontrollistMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,122 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===externalfileoncontrollistGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,122 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===externalfileoncontrollistSELECT * FROM externalfileoncontrollist Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,124 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===externalfileoncontrollistMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,124 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===externalpowerGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,124 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===externalpowerSELECT * FROM externalpower Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,125 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===externalpowerMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,125 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===externalpower_subGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,125 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===externalpower_subSELECT * FROM externalpower_sub Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,126 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===externalpower_subMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,126 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===externalqualitycontrolscheduleGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,126 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===externalqualitycontrolscheduleSELECT * FROM externalqualitycontrolschedule Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,127 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===externalqualitycontrolscheduleMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,127 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===externalserviceprovisionGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,127 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===externalserviceprovisionSELECT * FROM externalserviceprovision Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,128 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===externalserviceprovisionMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,128 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===facilitiesenvironmentGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,128 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===facilitiesenvironmentSELECT * FROM facilitiesenvironment Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,129 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===facilitiesenvironmentMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,129 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===facilitycheckplanGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,130 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===facilitycheckplanSELECT * FROM facilitycheckplan Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,131 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===facilitycheckplanMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,131 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===facilitycheckrecordGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,131 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===facilitycheckrecordSELECT * FROM facilitycheckrecord Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,132 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===facilitycheckrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,132 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===facilityenableapplyGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,132 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===facilityenableapplySELECT * FROM facilityenableapply Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,133 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===facilityenableapplyMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,133 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===facilityflawdisposerecordGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,133 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===facilityflawdisposerecordSELECT * FROM facilityflawdisposerecord Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,134 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===facilityflawdisposerecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,134 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===facilitymaintainrecordGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,134 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===facilitymaintainrecordSELECT * FROM facilitymaintainrecord Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,135 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===facilitymaintainrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,135 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===facilitysmaintainplanGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,135 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===facilitysmaintainplanSELECT * FROM facilitysmaintainplan Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,136 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===facilitysmaintainplanMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,136 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===facilityuserecordGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,137 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===facilityuserecordSELECT * FROM facilityuserecord Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,138 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===facilityuserecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,138 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===fileborrowingGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,138 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===fileborrowingSELECT * FROM fileborrowing Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,139 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===fileborrowingMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,139 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===fileeditapplicationGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,139 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===fileeditapplicationSELECT * FROM fileeditapplication Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,140 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===fileeditapplicationMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,140 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===filereviewrecordGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,140 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===filereviewrecordSELECT * FROM filereviewrecord Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,141 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===filereviewrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,141 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===fl_assayGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,141 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===fl_assaySELECT * FROM fl_assay Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,142 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===fl_assayMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,142 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===fl_receive_batchsGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,142 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===fl_receive_batchsSELECT * FROM fl_receive_batchs Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,143 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===fl_receive_batchsMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,144 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===fl_receivesGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,144 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===fl_receivesSELECT * FROM fl_receives Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,145 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===fl_receivesMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,145 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===fl_sampleGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,145 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===fl_sampleSELECT * FROM fl_sample Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,146 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===fl_sampleMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,146 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===fl_sample_makeGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,146 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===fl_sample_makeSELECT * FROM fl_sample_make Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,147 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===fl_sample_makeMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,147 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===foreignpersonapprovalGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,147 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===foreignpersonapprovalSELECT * FROM foreignpersonapproval Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,149 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===foreignpersonapprovalMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,149 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===fpm_coalassaycheckGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,149 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===fpm_coalassaycheckSELECT * FROM fpm_coalassaycheck Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,150 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===fpm_coalassaycheckMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,150 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===fpm_tcoalassaypurGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,150 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===fpm_tcoalassaypurSELECT * FROM fpm_tcoalassaypur Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,151 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===fpm_tcoalassaypurMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,151 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===fpm_tcoalbatchGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,151 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===fpm_tcoalbatchSELECT * FROM fpm_tcoalbatch Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,153 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===fpm_tcoalbatchMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,153 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===fpm_tcoalbatchassayGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,153 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===fpm_tcoalbatchassaySELECT * FROM fpm_tcoalbatchassay Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,154 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===fpm_tcoalbatchassayMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,154 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===fpm_tcoalsampleGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,154 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===fpm_tcoalsampleSELECT * FROM fpm_tcoalsample Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,155 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===fpm_tcoalsampleMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,155 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===fpm_tcoalweightGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,155 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===fpm_tcoalweightSELECT * FROM fpm_tcoalweight Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,156 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===fpm_tcoalweightMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,156 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===fuelsendquanGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,156 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===fuelsendquanSELECT * FROM fuelsendquan Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,157 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===fuelsendquanMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,157 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===globalparamGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,157 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===globalparamSELECT * FROM globalparam Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,158 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===globalparamMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,158 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===industrialverification_subGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,158 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===industrialverification_subSELECT * FROM industrialverification_sub Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,159 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===industrialverification_subMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,159 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===interimverificationplanGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,159 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===interimverificationplanSELECT * FROM interimverificationplan Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,160 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===interimverificationplanMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,160 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===interimverificationrecordsGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,160 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===interimverificationrecordsSELECT * FROM interimverificationrecords Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,161 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===interimverificationrecordsMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,162 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===interimverificationrecords_subGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,162 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===interimverificationrecords_subSELECT * FROM interimverificationrecords_sub Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,163 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===interimverificationrecords_subMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,163 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===internalashGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,163 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===internalashSELECT * FROM internalash Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,164 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===internalashMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,164 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===internalcalorificGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,164 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===internalcalorificSELECT * FROM internalcalorific Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,165 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===internalcalorificMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,165 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===internalcarbonGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,165 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===internalcarbonSELECT * FROM internalcarbon Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,166 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===internalcarbonMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,166 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===internalfilecontrollistGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,166 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===internalfilecontrollistSELECT * FROM internalfilecontrollist Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,167 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===internalfilecontrollistMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,167 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===internalfileoncontrollistGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,167 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===internalfileoncontrollistSELECT * FROM internalfileoncontrollist Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,168 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===internalfileoncontrollistMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,168 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===internalhydrogenGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,168 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===internalhydrogenSELECT * FROM internalhydrogen Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,169 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===internalhydrogenMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,169 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===internalpowerGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,169 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===internalpowerSELECT * FROM internalpower Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,170 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===internalpowerMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,170 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===internalqualitycontrolGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,170 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===internalqualitycontrolSELECT * FROM internalqualitycontrol Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,171 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===internalqualitycontrolMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,171 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===internalreportsulfurGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,171 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===internalreportsulfurSELECT * FROM internalreportsulfur Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,172 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===internalreportsulfurMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,172 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===internalreviewcheckGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,172 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===internalreviewcheckSELECT * FROM internalreviewcheck Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,173 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===internalreviewcheckMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,173 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===internalreviewconferenceregistrationGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,173 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===internalreviewconferenceregistrationSELECT * FROM internalreviewconferenceregistration Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,174 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===internalreviewconferenceregistrationMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,174 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===internalreviewimplementationGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,174 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===internalreviewimplementationSELECT * FROM internalreviewimplementation Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,175 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===internalreviewimplementationMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,175 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===internalreviewimplementation_subGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,175 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===internalreviewimplementation_subSELECT * FROM internalreviewimplementation_sub Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,176 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===internalreviewimplementation_subMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,176 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===internalreviewreportGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,176 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===internalreviewreportSELECT * FROM internalreviewreport Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,177 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===internalreviewreportMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,177 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===internalreviewyearplanGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,177 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===internalreviewyearplanSELECT * FROM internalreviewyearplan Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,178 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===internalreviewyearplanMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,178 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===internalreviewyearplan_subGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,178 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===internalreviewyearplan_subSELECT * FROM internalreviewyearplan_sub Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,179 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===internalreviewyearplan_subMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,179 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===internaltestingcommissioningGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,179 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===internaltestingcommissioningSELECT * FROM internaltestingcommissioning Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,180 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===internaltestingcommissioningMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,180 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===internalvolatileGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,180 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===internalvolatileSELECT * FROM internalvolatile Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,181 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===internalvolatileMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,181 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===labbasicinfoGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,181 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===labbasicinfoSELECT * FROM labbasicinfo Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,183 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===labbasicinfoMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,183 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===labfactoryinfoGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,183 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===labfactoryinfoSELECT * FROM labfactoryinfo Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,184 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===labfactoryinfoMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,184 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===laboratoryqualityreportGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,184 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===laboratoryqualityreportSELECT * FROM laboratoryqualityreport Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,185 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===laboratoryqualityreportMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,185 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===laboratoryqualityreport_subGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,185 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===laboratoryqualityreport_subSELECT * FROM laboratoryqualityreport_sub Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,185 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===laboratoryqualityreport_subMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,185 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===laboratoryreportGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,185 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===laboratoryreportSELECT * FROM laboratoryreport Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,186 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===laboratoryreportMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,186 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===labtestcapabilityGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,187 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===labtestcapabilitySELECT * FROM labtestcapability Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,188 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===labtestcapabilityMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,188 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===macaddressGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,188 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===macaddressSELECT * FROM macaddress Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,189 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===macaddressMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,189 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===makereport_sample_infoGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,189 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===makereport_sample_infoSELECT * FROM makereport_sample_info Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,190 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===makereport_sample_infoMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,190 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===managementreviewconferencerecordandregistrationGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,190 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===managementreviewconferencerecordandregistrationSELECT * FROM managementreviewconferencerecordandregistration Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,191 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===managementreviewconferencerecordandregistrationMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,191 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===managementreviewinputGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,191 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===managementreviewinputSELECT * FROM managementreviewinput Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,192 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===managementreviewinputMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,192 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===managementreviewoutputGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,192 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===managementreviewoutputSELECT * FROM managementreviewoutput Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,193 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===managementreviewoutputMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,193 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===managementreviewplanGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,193 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===managementreviewplanSELECT * FROM managementreviewplan Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,194 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===managementreviewplanMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,195 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===managementreviewplan_sub1GetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,195 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===managementreviewplan_sub1SELECT * FROM managementreviewplan_sub1 Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,196 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===managementreviewplan_sub1MySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,196 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===managementreviewplan_sub2GetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,196 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===managementreviewplan_sub2SELECT * FROM managementreviewplan_sub2 Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,197 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===managementreviewplan_sub2MySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,197 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===managementreviewreportGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,197 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===managementreviewreportSELECT * FROM managementreviewreport Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,198 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===managementreviewreportMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,198 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===mechanicaloperationGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,198 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===mechanicaloperationSELECT * FROM mechanicaloperation Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,199 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===mechanicaloperationMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,199 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===mineGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,199 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===mineSELECT * FROM mine Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,200 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===mineMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,200 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===monitoringplanGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,200 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===monitoringplanSELECT * FROM monitoringplan Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,201 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===monitoringplanMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,201 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===noticecontractdeviationGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,201 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===noticecontractdeviationSELECT * FROM noticecontractdeviation Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,202 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===noticecontractdeviationMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,202 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===nz_threecode_viewGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,202 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===nz_threecode_viewSELECT * FROM nz_threecode_view Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,206 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===nz_threecode_viewMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,206 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===observationitemrecordGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,206 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===observationitemrecordSELECT * FROM observationitemrecord Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,207 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===observationitemrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,207 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===obsoletefilerecordapplicationGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,207 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===obsoletefilerecordapplicationSELECT * FROM obsoletefilerecordapplication Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,209 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===obsoletefilerecordapplicationMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,209 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===officialtestreportGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,209 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===officialtestreportSELECT * FROM officialtestreport Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,210 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===officialtestreportMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,210 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===officialtestreport_subGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,210 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===officialtestreport_subSELECT * FROM officialtestreport_sub Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,211 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===officialtestreport_subMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,211 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===onportsamplereportGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,211 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===onportsamplereportSELECT * FROM onportsamplereport Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,212 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===onportsamplereportMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,212 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===onportsamplereport_sub1GetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,212 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===onportsamplereport_sub1SELECT * FROM onportsamplereport_sub1 Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,213 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===onportsamplereport_sub1MySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,213 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===onportsamplereport_sub2GetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,213 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===onportsamplereport_sub2SELECT * FROM onportsamplereport_sub2 Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,214 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===onportsamplereport_sub2MySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,214 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===orgGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,214 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===orgSELECT * FROM org Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,215 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===orgMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,215 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===organizationGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,215 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===organizationSELECT * FROM organization Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,216 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===organizationMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,216 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===oxygenrecordGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,216 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===oxygenrecordSELECT * FROM oxygenrecord Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,217 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===oxygenrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,217 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===oxygenrecord_subGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,217 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===oxygenrecord_subSELECT * FROM oxygenrecord_sub Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,218 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===oxygenrecord_subMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,218 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===postmanagementGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,218 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===postmanagementSELECT * FROM postmanagement Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,219 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===postmanagementMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,219 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===purchaseapplicationGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,219 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===purchaseapplicationSELECT * FROM purchaseapplication Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,220 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===purchaseapplicationMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,220 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===qualifiedsupplierslistGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,220 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===qualifiedsupplierslistSELECT * FROM qualifiedsupplierslist Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,221 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===qualifiedsupplierslistMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,221 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===qualityhandbookGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,221 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===qualityhandbookSELECT * FROM qualityhandbook Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,222 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===qualityhandbookMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,222 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===qualitypolicyobjGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,222 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===qualitypolicyobjSELECT * FROM qualitypolicyobj Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,223 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===qualitypolicyobjMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,223 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===report_insulatingoilGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,223 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===report_insulatingoilSELECT * FROM report_insulatingoil Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,224 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===report_insulatingoilMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,224 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===report_newgreaseGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,224 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===report_newgreaseSELECT * FROM report_newgrease Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,225 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===report_newgreaseMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,225 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===report_newoilGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,225 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===report_newoilSELECT * FROM report_newoil Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,225 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===report_newoilMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,225 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===report_usingoilGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,225 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===report_usingoilSELECT * FROM report_usingoil Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,226 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===report_usingoilMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,226 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===reportissuerecordGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,226 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===reportissuerecordSELECT * FROM reportissuerecord Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,227 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===reportissuerecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,227 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===reportmainGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,227 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===reportmainSELECT * FROM reportmain Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,228 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===reportmainMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,228 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===riskevaluationGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,228 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===riskevaluationSELECT * FROM riskevaluation Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,229 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===riskevaluationMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,229 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===rulu_analysis_ashGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,229 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===rulu_analysis_ashSELECT * FROM rulu_analysis_ash Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,230 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===rulu_analysis_ashMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,230 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===rulu_analysis_autoGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,230 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===rulu_analysis_autoSELECT * FROM rulu_analysis_auto Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,231 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===rulu_analysis_autoMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,231 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===rulu_analysis_calorificGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,231 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===rulu_analysis_calorificSELECT * FROM rulu_analysis_calorific Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,232 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===rulu_analysis_calorificMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,232 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===rulu_analysis_chnGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,232 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===rulu_analysis_chnSELECT * FROM rulu_analysis_chn Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,233 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===rulu_analysis_chnMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,233 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===rulu_analysis_moistureGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,233 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===rulu_analysis_moistureSELECT * FROM rulu_analysis_moisture Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,234 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===rulu_analysis_moistureMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,234 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===rulu_analysis_stadGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,234 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===rulu_analysis_stadSELECT * FROM rulu_analysis_stad Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,235 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===rulu_analysis_stadMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,235 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===rulu_analysis_totalmoistureGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,235 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===rulu_analysis_totalmoistureSELECT * FROM rulu_analysis_totalmoisture Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,236 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===rulu_analysis_totalmoistureMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,236 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===rulu_analysis_volatileGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,236 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===rulu_analysis_volatileSELECT * FROM rulu_analysis_volatile Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,237 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===rulu_analysis_volatileMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,238 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===safetyrecordGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,238 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===safetyrecordSELECT * FROM safetyrecord Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,244 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===safetyrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,244 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===safetyrecord_subGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,244 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===safetyrecord_subSELECT * FROM safetyrecord_sub Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,245 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===safetyrecord_subMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,245 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===sample_batchid_codeGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,246 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===sample_batchid_codeSELECT * FROM sample_batchid_code Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,247 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===sample_batchid_codeMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,247 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===sampleaccessrecordGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,247 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===sampleaccessrecordSELECT * FROM sampleaccessrecord Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,248 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===sampleaccessrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,248 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===sampledestroyrecordGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,248 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===sampledestroyrecordSELECT * FROM sampledestroyrecord Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,249 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===sampledestroyrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,249 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===sampleparamterGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,249 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===sampleparamterSELECT * FROM sampleparamter Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,250 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===sampleparamterMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,250 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===sampletakerecordGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,250 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===sampletakerecordSELECT * FROM sampletakerecord Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,251 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===sampletakerecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,251 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===samplingmakereportGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,251 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===samplingmakereportSELECT * FROM samplingmakereport Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,253 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===samplingmakereportMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,253 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===samplingmakereport_logGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,253 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===samplingmakereport_logSELECT * FROM samplingmakereport_log Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,254 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===samplingmakereport_logMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,254 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===samplingrecordGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,254 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===samplingrecordSELECT * FROM samplingrecord Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,255 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===samplingrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,255 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===samplingrecord_logGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,255 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===samplingrecord_logSELECT * FROM samplingrecord_log Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,257 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===samplingrecord_logMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,257 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===scheduleGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,257 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===scheduleSELECT * FROM schedule Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,258 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===scheduleMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,258 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===secondarycoalrecordGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,258 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===secondarycoalrecordSELECT * FROM secondarycoalrecord Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,259 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===secondarycoalrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,259 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===sievingrecordGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,259 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===sievingrecordSELECT * FROM sievingrecord Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,260 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===sievingrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,260 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===sievingrecord_subGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,260 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===sievingrecord_subSELECT * FROM sievingrecord_sub Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,261 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===sievingrecord_subMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,261 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===simplifiedreportGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,261 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===simplifiedreportSELECT * FROM simplifiedreport Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,262 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===simplifiedreportMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,262 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===softwareverificationrecordGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,262 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===softwareverificationrecordSELECT * FROM softwareverificationrecord Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,263 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===softwareverificationrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,263 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===standardchangeassessmentGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,263 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===standardchangeassessmentSELECT * FROM standardchangeassessment Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,264 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===standardchangeassessmentMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,264 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===standardmattercheckandacceptrecordGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,264 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===standardmattercheckandacceptrecordSELECT * FROM standardmattercheckandacceptrecord Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,265 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===standardmattercheckandacceptrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,265 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===standardmatterinandoutrecordGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,265 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===standardmatterinandoutrecordSELECT * FROM standardmatterinandoutrecord Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,266 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===standardmatterinandoutrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,266 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===standardverificationGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,266 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===standardverificationSELECT * FROM standardverification Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,267 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===standardverificationMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,267 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===statementandrecognitionstatecheckGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,267 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===statementandrecognitionstatecheckSELECT * FROM statementandrecognitionstatecheck Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,268 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===statementandrecognitionstatecheckMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,268 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===statementandrecognitionstatecheck_subGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,268 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===statementandrecognitionstatecheck_subSELECT * FROM statementandrecognitionstatecheck_sub Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,269 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===statementandrecognitionstatecheck_subMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,269 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===stationGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,269 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stationSELECT * FROM station Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,270 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stationMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,270 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===supervisionrecordGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,270 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===supervisionrecordSELECT * FROM supervisionrecord Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,271 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===supervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,271 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===supplierevaluationGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,271 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===supplierevaluationSELECT * FROM supplierevaluation Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,272 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===supplierevaluationMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,272 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===t_css_sampleGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,272 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===t_css_sampleSELECT * FROM t_css_sample Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,273 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===t_css_sampleMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,273 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===t_opt_plantthreecodeGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,273 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===t_opt_plantthreecodeSELECT * FROM t_opt_plantthreecode Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,274 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===t_opt_plantthreecodeMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,274 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===t_opt_sampleppreparationGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,275 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===t_opt_sampleppreparationSELECT * FROM t_opt_sampleppreparation Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,276 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===t_opt_sampleppreparationMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,276 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===t_opt_sampleprepareresultGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,276 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===t_opt_sampleprepareresultSELECT * FROM t_opt_sampleprepareresult Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,277 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===t_opt_sampleprepareresultMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,277 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===tablemanagementGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,277 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===tablemanagementSELECT * FROM tablemanagement Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,278 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===tablemanagementMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,278 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===tableparamGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,278 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===tableparamSELECT * FROM tableparam Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,279 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===tableparamMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,279 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===tcoalbatchGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,279 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===tcoalbatchSELECT * FROM tcoalbatch Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,280 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===tcoalbatchMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,280 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===tcoalbatchassayGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,280 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===tcoalbatchassaySELECT * FROM tcoalbatchassay Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,281 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===tcoalbatchassayMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,281 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===tcoalsampleGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,281 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===tcoalsampleSELECT * FROM tcoalsample Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,282 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===tcoalsampleMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,282 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===tcoalweightGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,282 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===tcoalweightSELECT * FROM tcoalweight Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,283 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===tcoalweightMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,283 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===test888GetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,283 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===test888SELECT * FROM test888 Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,284 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===test888MySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,284 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===testitemGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,284 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===testitemSELECT * FROM testitem Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,286 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===testitemMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,286 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===testmethodvalidationGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,286 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===testmethodvalidationSELECT * FROM testmethodvalidation Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,287 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===testmethodvalidationMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,287 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===timerGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,287 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===timerSELECT * FROM timer Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,288 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===timerMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,288 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===totalwaterrecordGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,288 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===totalwaterrecordSELECT * FROM totalwaterrecord Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,289 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===totalwaterrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,289 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===trainappraiseGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,289 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===trainappraiseSELECT * FROM trainappraise Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,290 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===trainappraiseMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,290 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===trainplanGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,290 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===trainplanSELECT * FROM trainplan Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,291 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===trainplanMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,291 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===trainrecordandsignGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,291 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===trainrecordandsignSELECT * FROM trainrecordandsign Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,292 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===trainrecordandsignMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,292 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===untitledGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,292 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===untitledSELECT * FROM untitled Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,293 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===untitledMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,293 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===view_analysis_dataGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,293 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===view_analysis_dataSELECT * FROM view_analysis_data Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,294 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===view_analysis_dataMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,294 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===view_boiler_qualityGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,294 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===view_boiler_qualitySELECT * FROM view_boiler_quality Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,296 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===view_boiler_qualityMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,296 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===view_rulu_ashGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,296 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===view_rulu_ashSELECT * FROM view_rulu_ash Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,296 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===view_rulu_ashMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,296 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===view_rulu_calorificGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,296 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===view_rulu_calorificSELECT * FROM view_rulu_calorific Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,297 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===view_rulu_calorificMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,297 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===view_rulu_chnGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,297 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===view_rulu_chnSELECT * FROM view_rulu_chn Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,297 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===view_rulu_chnMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,297 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===view_rulu_moistureGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,297 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===view_rulu_moistureSELECT * FROM view_rulu_moisture Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,298 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===view_rulu_moistureMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,298 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===view_rulu_stadGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,298 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===view_rulu_stadSELECT * FROM view_rulu_stad Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,298 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===view_rulu_stadMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,298 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===view_rulu_totalmoistureGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,298 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===view_rulu_totalmoistureSELECT * FROM view_rulu_totalmoisture Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,299 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===view_rulu_totalmoistureMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,299 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===view_rulu_volatileGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,299 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===view_rulu_volatileSELECT * FROM view_rulu_volatile Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,299 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===view_rulu_volatileMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,299 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===view_tcoalbatchGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,299 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===view_tcoalbatchSELECT * FROM view_tcoalbatch Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,300 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===view_tcoalbatchMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,300 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===view_tcoalweightGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,300 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===view_tcoalweightSELECT * FROM view_tcoalweight Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,300 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===view_tcoalweightMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:03:53,300 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===wasterecordGetTableStruct(strTableName, ) +¼ʱ䣺2025-03-14 10:03:53,300 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===wasterecordSELECT * FROM wasterecord Where 0=1 +¼ʱ䣺2025-03-14 10:03:53,301 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===wasterecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-03-14 10:04:05,533 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===act_ge_bytearraySELECT * FROM act_ge_bytearray Where 0=1 +¼ʱ䣺2025-03-14 10:04:05,535 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===act_ge_bytearrayMySQLHelper.ExecuteDataSet(strSql)Table diff --git a/dll/WF-ChangeGUID.exe b/dll/WF-ChangeGUID.exe index fa63b82..57843ec 100644 Binary files a/dll/WF-ChangeGUID.exe and b/dll/WF-ChangeGUID.exe differ