Browse Source

Merge remote-tracking branch 'origin/master'

yumeng 4 năm trước cách đây
mục cha
commit
b3eb71bbb7

+ 2 - 2
module-job-kuaishou/src/main/java/cn/com/ctop/job/kuaishou/handler/CrowdListQueryJob.java

@@ -59,9 +59,9 @@ public class CrowdListQueryJob {
                                         crowdPackEntity.setStatDate(oldPack.getStatDate());
                                         crowdPackEntity.setUrl(oldPack.getUrl());
                                         crowdPackEntity.setSignature(oldPack.getSignature());
-                                        crowdPackEntity.setMessage("PUSH OK");
-                                        crowdPackEntity.setDataStatus(1);
                                     }
+                                    crowdPackEntity.setMessage("PUSH OK");
+                                    crowdPackEntity.setDataStatus(1);
                                     crowdPackService.save(crowdPackEntity);
                                 } else {
                                     crowdPackMapper.update(obj);

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

@@ -42,7 +42,6 @@ public class KuaishouPopulationServiceImpl extends ServiceImpl<KuaishouPopulatio
 
     @Override
     public JSONObject getPopulationList(Long accountId, String accessToken, Integer status) {
-        log.info("获取人群包列表,accountId:{}", accountId);
         String url = PropertiesUtils.getConfig("kuaishou_api_url") + KuaishouInterfaceConstant.POPULATION_LIST;
         Map<String, String> headers = new HashMap<>();
         headers.put("Access-Token", accessToken);