소스 검색

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