wangchuanjin 2 years ago
parent
commit
5c2a21ce07
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jyBXSubscribe/rpc/model/push.go

+ 1 - 1
jyBXSubscribe/rpc/model/push.go

@@ -821,7 +821,7 @@ func (s *subscribePush) listManager(spqp *SubPushQueryParam, list []map[string]i
 	t2 := time.Now()
 	now := time.Now()
 	length := len(list)
-	resultList := make([]*bxsubscribe.SubscribeInfo, length)
+	resultList = make([]*bxsubscribe.SubscribeInfo, length)
 	pushInsert := []interface{}{}
 	for i := length - 1; i >= 0; i-- {
 		v := list[i]