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