Explorar el Código

Merge branch 'dev/v1.1.49.1_wjh' of BaseService/jyMicroservices into hotfix/v1.1.49.1

wangjianghan hace 1 año
padre
commit
0d02f8ad10
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      jyBXSubscribe/rpc/model/push.go

+ 1 - 1
jyBXSubscribe/rpc/model/push.go

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