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