Browse Source

输送相关指令

master
sc 2 months ago
parent
commit
96468a68c7
  1. 1
      UserClass/AsyncTcpServer.cs

1
UserClass/AsyncTcpServer.cs

@ -442,7 +442,6 @@ namespace DyeingComputer.UserClass
SQLiteHelpers.Update("Dyelot", Product_data, "Dyelot ='" + Dyelot_dat.GetValue("Dyelot") SQLiteHelpers.Update("Dyelot", Product_data, "Dyelot ='" + Dyelot_dat.GetValue("Dyelot")
+ "' AND Step ='" + Dyelot_dat.GetValue("Step") + "' AND ProductCode='" + + "' AND Step ='" + Dyelot_dat.GetValue("Step") + "' AND ProductCode='" +
Dyelot_dat.GetValue("ProductCode") + "'", null); Dyelot_dat.GetValue("ProductCode") + "'", null);
Product_data.Clear();
MainWindowViewModel.Dyelot_dat = SQLiteHelpers.ExecuteDataSet( MainWindowViewModel.Dyelot_dat = SQLiteHelpers.ExecuteDataSet(
"select * from Dyelot where WorkOrder = '" + "select * from Dyelot where WorkOrder = '" +
MainWindowViewModel.WorkNumder + "'", null).Tables[0]; MainWindowViewModel.WorkNumder + "'", null).Tables[0];

Loading…
Cancel
Save