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