Переглянути джерело

预警规则判断-空值不预警处理

zhaoxian 4 роки тому
батько
коміт
f05b51fdfd

+ 0 - 4
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/service/impl/IKuaiShouCommentServiceImpl.java

@@ -24,7 +24,6 @@ import java.util.Map;
 @Service
 public class IKuaiShouCommentServiceImpl implements IKuaiShouCommentService {
 
-
     @Autowired
     private ICtopOauthTokenService oauthTokenService;
 
@@ -61,7 +60,6 @@ public class IKuaiShouCommentServiceImpl implements IKuaiShouCommentService {
                 JSONArray details = dataJson.getJSONArray("details");
                 if (!Check.isNull(details)) {
                     if (num <= 50) {
-                        System.out.println(num);
                         if (shieldCommentApi(token, accountId, details)) {
                             queryComments(token, accountId, page, pageSize, ++num);
                         }
@@ -102,6 +100,4 @@ public class IKuaiShouCommentServiceImpl implements IKuaiShouCommentService {
         }
         return false;
     }
-
-
 }