|
|
@@ -133,7 +133,7 @@ namespace UAS_MES.Make
|
|
|
if (ChangeResult.Checked)
|
|
|
{
|
|
|
//勾选了
|
|
|
- if (dh.CheckExist("MakeSerial", "ms_beforesn='" + code.Text + "' and ms_id='" + oMsid + "' and ms_stepcode='" + User.CurrentStepCode + "'"))
|
|
|
+ if (dh.CheckExist("MakeSerial", "ms_beforesn='" + code.Text + "' and ms_id='" + oMsid + "'"))
|
|
|
{
|
|
|
step = 1;
|
|
|
|