From 27c870ff4d0c1e0fc48a3234de15a319cbc3c71e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Wed, 10 Jul 2024 11:43:44 +0800 Subject: [PATCH] 1 --- business/jxstore/event/event_tcp.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/business/jxstore/event/event_tcp.go b/business/jxstore/event/event_tcp.go index d61c5db08..a266607da 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -89,6 +89,9 @@ func handleConn(c net.Conn) error { callback = true } + if printNo == "120220915001467" { + globals.SugarLogger.Debugf("-----------1111") + } t := NewTcpClient() buildAllMap(t, printNo) PrintObject[printNo] = t