Browse Source

调用存储过程修改

callm 6 days ago
parent
commit
70904d392a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      FileWatcher/AutoSMTRXY.cs

+ 0 - 1
FileWatcher/AutoSMTRXY.cs

@@ -201,7 +201,6 @@ namespace FileWatcher
                 if (dt.Rows.Count > 0)
                 if (dt.Rows.Count > 0)
                 {
                 {
                     string MainSN = dt.Rows[0]["MSL_MAINS"].ToString();
                     string MainSN = dt.Rows[0]["MSL_MAINS"].ToString();
-              
                     LogicHandler.CS_SetResult(ma_code.Text, li_code.Text, MainSN, li_code.Text, "OK", out error);
                     LogicHandler.CS_SetResult(ma_code.Text, li_code.Text, MainSN, li_code.Text, "OK", out error);
                 }
                 }
             }
             }