Преглед изворни кода

最多同时查询20个频道

吴志根 пре 3 година
родитељ
комит
c8a22458ed
1 измењених фајлова са 1 додато и 1 уклоњено
  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;
                 }