diff --git a/business/jxstore/event/event_tcp_utils.go b/business/jxstore/event/event_tcp_utils.go index 2a755d0f5..af6a8f713 100644 --- a/business/jxstore/event/event_tcp_utils.go +++ b/business/jxstore/event/event_tcp_utils.go @@ -537,7 +537,7 @@ func h8l82int(h, l string) (i int64) { for j := 0; j < flag2; j++ { s2 = "0" + s2 } - i, _ = strconv.ParseInt(s1+s2, 2, 10) + i, _ = strconv.ParseInt(s1+s2, 2, 32) return i }