Authored by gemingdan

Merge branch 'master' into dev_toutiao_cl_190806

@@ -684,7 +684,7 @@ public class UnionShareServiceImpl implements IUnionShareService,IBusinessExport @@ -684,7 +684,7 @@ public class UnionShareServiceImpl implements IUnionShareService,IBusinessExport
684 Set<Integer> newUids = unionUicRegisterMapper.selectByUids(uids); 684 Set<Integer> newUids = unionUicRegisterMapper.selectByUids(uids);
685 // Set<Integer> newUids = uids;//TODO 测试环境绕过 685 // Set<Integer> newUids = uids;//TODO 测试环境绕过
686 686
687 - logger.info("joinInviteActivity.uids size is {}.newUids size is {}.",uids.size(),newUids.size()); 687 + logger.info("joinInviteActivity.uids is {}.newUids is {}.",uids,newUids);
688 if (CollectionUtils.isEmpty(newUids)||CollectionUtils.isEmpty(appYohoCpsNewUids)||CollectionUtils.isEmpty(activities)) { 688 if (CollectionUtils.isEmpty(newUids)||CollectionUtils.isEmpty(appYohoCpsNewUids)||CollectionUtils.isEmpty(activities)) {
689 return; 689 return;
690 } 690 }
@@ -32,7 +32,7 @@ public class InviteYohoUserTask { @@ -32,7 +32,7 @@ public class InviteYohoUserTask {
32 IUnionShareService unionShareService; 32 IUnionShareService unionShareService;
33 33
34 // 每小时执行一次 34 // 每小时执行一次
35 - @Scheduled(cron = "0 15 * * * ?") 35 + @Scheduled(cron = "0 30 * * * ?")
36 // @Scheduled(cron = "0 * * * * ?") 36 // @Scheduled(cron = "0 * * * * ?")
37 public void run() { 37 public void run() {
38 callback(false); 38 callback(false);