From 6f27c9b395c0281752e5c0cdcea59f75f3119aaf Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Fri, 30 Jul 2021 09:33:18 +0800 Subject: [PATCH] aa --- business/jxstore/event/event_tcp.go | 3 --- 1 file changed, 3 deletions(-) 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