@@ -686,7 +686,7 @@ func (s *subscribePush) getDatasFromMysql(spqp *SubPushQueryParam, starttime, en
for _, v := range topType {
toptype = append(toptype, P.BidCodeMapping.Toptype[v])
}
- if len(subtype) == 1 {
+ if len(topType) == 1 {
toptype = append(toptype, "9999")
} else {