wcj 5 years ago
parent
commit
e4b9409d84
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/jfw/modules/pushsubscribe/src/match/job/matchjob.go

+ 1 - 1
src/jfw/modules/pushsubscribe/src/match/job/matchjob.go

@@ -520,7 +520,6 @@ func (m *MatchJob) OnceUserBatch(batchIndex int, lastUserId *string) (int, *VipU
 						if s_v == "" {
 							continue
 						}
-						user.O_vipjy.TopTypes = append(user.O_vipjy.TopTypes, s_v)
 						vipUser.Add(s_v, user, &vipUser.BuyerclassUsers)
 					}
 				}
@@ -557,6 +556,7 @@ func (m *MatchJob) OnceUserBatch(batchIndex int, lastUserId *string) (int, *VipU
 						if s_v == "" {
 							continue
 						}
+						user.O_vipjy.TopTypes = append(user.O_vipjy.TopTypes, s_v)
 						vipUser.Add(s_v, user, &vipUser.InfoTypeUsers)
 					}
 				}