|
|
@ -2930,8 +2930,8 @@ namespace DyeingComputer.ViewModel |
|
|
|
else |
|
|
|
{ |
|
|
|
SQLI = SQLiteHelpers.ExecuteDataSet("select * from Dyelot where " + |
|
|
|
"Dyelot = '" + Dyelot + "' AND Step = '" + STEP + "' AND Redye ='" + SYS_REDYE + |
|
|
|
"'", null).Tables[0].Rows.Count; |
|
|
|
"Dyelot = '" + Dyelot + "' AND Step = '" + STEP + "' AND Redye ='" + SYS_REDYE + |
|
|
|
"' AND State != '301'", null).Tables[0].Rows.Count; |
|
|
|
} |
|
|
|
if (SQLI > 0) SQLiteHelpers.Update("Dyelot", dat_FR, "Dyelot = '" + Dyelot + "' AND Step = '" + |
|
|
|
STEP + "' AND Redye ='" + SYS_REDYE + "'", null);//行更新
|
|
|
|