瀏覽代碼

最多同时查询20个频道

吴志根 3 年之前
父節點
當前提交
bda26d3203
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      src/dsb/com/cnd3b/utility/polyv/Polyv.java

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

@@ -298,7 +298,10 @@ public class Polyv extends BaseClass {
             if ("".equals(channelIds)) {
                 channelIds = channelId;
             } else {
-                channelIds = channelIds + "," + channelId;
+                if(!channelId.equals("null")){
+                    channelIds = channelIds + "," + channelId;
+                }
+
             }
         }
         //ÒµÎñ²ÎÊý