DataTableDatDyelot=SQLiteHelpers.ExecuteDataSet("select * from Dyelot where Machine='"+comboBoxMachine.Text+"' order by Dyelot desc",null).Tables[0];//读取计划表写入缓存
DataTableDatDyelot=SQLiteHelpers.ExecuteDataSet("select * from Dyelot where Machine='"+comboBoxMachine.Text+"' and State='101' order by Dyelot desc",null).Tables[0];//读取计划表写入缓存