diff --git a/business/jxstore/event/event_tcp.go b/business/jxstore/event/event_tcp.go index 0f918418d..039e97a65 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -199,9 +199,6 @@ func (t *TcpClient) changePrintMsg(data string, orderNo int64, printNo string) ( status = printMsgFail comment = printErrMap[data[12:14]] } - if !t.isExist(printNo) { - return err - } if printMsgs, err := dao.GetPrintMsgNoPage(db, printNo, orderNo); err != nil { globals.SugarLogger.Debugf("changePrintMsg err :[%v]", err) return err