From bc20c5a1a7fd296e81a8fbc58da956c2ab33a7a0 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Fri, 30 Jul 2021 09:28:58 +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 8f80d473b..0f918418d 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -278,7 +278,7 @@ func (t *TcpClient) doPrint2(printMsgChan chan *model.PrintMsg) (err error) { err = fmt.Errorf("未查询到此printMsg") } if err != nil { - fmt.Println("111111111111111111111111111111111111111111111", err) + fmt.Println("111111111111111111111111111111111111111111111", utils.Format4Output(t.Clients[printMsg.PrintNo], true)) t.delConn(printMsg.PrintNo) printMsg.Status = printMsgErr printMsg.Comment = err.Error()