From 032d106d89a906cb650c4bce71183300641ecbf4 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Thu, 29 Jul 2021 18:46:59 +0800 Subject: [PATCH] aa --- business/jxstore/event/event_tcp.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxstore/event/event_tcp.go b/business/jxstore/event/event_tcp.go index cb40ce900..c5a7f968c 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -277,6 +277,7 @@ func (t *TcpClient) doPrint2(printMsgChan chan *model.PrintMsg) (err error) { err = fmt.Errorf("未查询到此printMsg") } if err != nil { + fmt.Println("111111111111111111111111111111111111111111111", err) t.delConn(printMsg.PrintNo) printMsg.Status = printMsgErr printMsg.Comment = err.Error()