From 0c312ecabc3390cc44486bd4c345413824b63865 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Tue, 29 Jun 2021 10:34:24 +0800 Subject: [PATCH] aa --- business/jxstore/event/event_tcp.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/business/jxstore/event/event_tcp.go b/business/jxstore/event/event_tcp.go index 590d31539..849c7393e 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -3,6 +3,7 @@ package event import ( "encoding/hex" "fmt" + "git.rosy.net.cn/baseapi/utils" "git.rosy.net.cn/jx-callback/business/jxutils" "git.rosy.net.cn/jx-callback/business/model" "git.rosy.net.cn/jx-callback/business/model/dao" @@ -155,6 +156,7 @@ func HandleTcpMessages() { var err error time.Sleep(time.Second / 2) prints, _ := dao.GetPrintMsgs(db, printMsgWait, offset, pageSize) + fmt.Println(utils.Format4Output(prints, false)) for _, printMsg := range prints { if printMsg != nil { if err = checkPrintMsg(printMsg); err == nil {