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()