This commit is contained in:
suyl
2021-07-29 18:46:59 +08:00
parent bd23a4d42a
commit 032d106d89

View File

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