Commit 78f09699 authored by 李佳's avatar 李佳

打实体票勾选

parent 4162a502
...@@ -573,7 +573,7 @@ namespace ChuPiao.AutoPrint.Machine.TjJingCaiV1 ...@@ -573,7 +573,7 @@ namespace ChuPiao.AutoPrint.Machine.TjJingCaiV1
{ {
if (MachineInfo.M_AllowPaperout) if (MachineInfo.M_AllowPaperout)
{ {
this.PrinterClient.AddBytes(oneTicketData); PrinterPort.Write(oneTicketData, 0, oneTicketData.Length);
} }
} }
catch (Exception exception) catch (Exception exception)
......
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment