Hcsy 8 years ago
parent
commit
b2a51ec76f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      UAS-MES/FunctionCode/Make/Make_Repair.cs

+ 0 - 1
UAS-MES/FunctionCode/Make/Make_Repair.cs

@@ -415,7 +415,6 @@ namespace UAS_MES.Make
                     return;
                 }
             }
-            return;
             dt = (DataTable)dh.ExecuteSql("select cr_id from craft where cr_statuscode='AUDITED' and cr_code='" + cr_code.Text + "'", "select");
             if (dt.Rows.Count == 0)
                 OperatResult.AppendText(">>回流工序不存在\n", Color.Red);