|
@ -149,7 +149,11 @@ public class UserStatisticalServiceImpl implements UserStatisticalService { |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
countDownLatch.getCount(); |
|
|
try { |
|
|
|
|
|
countDownLatch.await(); |
|
|
|
|
|
} catch (InterruptedException e) { |
|
|
|
|
|
log.error("countDownLatch exception", e); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
/* insertParticipationUserAgencyDaily(data); |
|
|
/* insertParticipationUserAgencyDaily(data); |
|
|
insertParticipationUserAgencyMonthly(data); |
|
|
insertParticipationUserAgencyMonthly(data); |
|
|