This commit is contained in:
suyl
2021-07-30 09:28:58 +08:00
parent 67a8509ec4
commit bc20c5a1a7

View File

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