Browse Source

最多同时查询20个频道

吴志根 3 năm trước cách đây
mục cha
commit
bda26d3203
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  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;
+                }
+
             }
         }
         //ÒµÎñ²ÎÊý