@@ -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]