From b38a5a75206f221286fc6449eb16bb791fc9fbe5 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Fri, 30 Jul 2021 18:34:45 +0800 Subject: [PATCH] aa --- business/jxstore/event/event_tcp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/event/event_tcp.go b/business/jxstore/event/event_tcp.go index 5506dc9e3..89d5ac1bd 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -83,7 +83,7 @@ func (t *TcpClient) handleConn(c net.Conn) { t.HandleTcpMessages(printNo) t.doPrint(printNo) if status == printerStatusOnline { - t.printFail() + //t.printFail() } } changePrinterStatus(printNo, status)