Explorar el Código

最多同时查询20个频道

吴志根 hace 3 años
padre
commit
c8a22458ed
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/dsb/com/cnd3b/utility/polyv/Polyv.java

+ 1 - 1
src/dsb/com/cnd3b/utility/polyv/Polyv.java

@@ -298,7 +298,7 @@ public class Polyv extends BaseClass {
             if ("".equals(channelIds)) {
                 channelIds = channelId;
             } else {
-                if(!channelId.equals("null")){
+                if(channelId!=null){
                     channelIds = channelIds + "," + channelId;
                 }