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)