浏览代码

最多同时查询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;
                 }