Browse Source

Merge branch 'dev_bugfix_ljj' of http://git.elinkit.com.cn:7070/r/epmet-cloud into dev

dev_shibei_match
jianjun 4 years ago
parent
commit
d2938f390a
  1. 6
      epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/stats/user/impl/UserStatisticalServiceImpl.java

6
epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/stats/user/impl/UserStatisticalServiceImpl.java

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

Loading…
Cancel
Save