@@ -66,7 +66,7 @@ namespace UAS_MES_NEW.Special
OperateResult.AppendText(barcode.Text + "未被冻结", System.Drawing.Color.Red);
return;
}
- dh.ExecuteSql("update package set pa_downstatus=-1 where pa_outboxcode='" + barcode.Text + "'", "update");
+ dh.ExecuteSql("update package set pa_downstatus=0 where pa_outboxcode='" + barcode.Text + "'", "update");
LogicHandler.DoCommandLog("DownPackage", User.UserName, "", User.UserLineCode, User.UserSourceCode, "箱号冻结", "取消冻结成功" + Reason.Text, barcode.Text, "");
OperateResult.AppendText(barcode.Text + "取消冻结成功", System.Drawing.Color.Green);