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