|
|
|
@ -62,7 +62,7 @@ public class UserStatisticalServiceImpl implements UserStatisticalService { |
|
|
|
if (null == data) { |
|
|
|
return; |
|
|
|
} |
|
|
|
|
|
|
|
long start = System.currentTimeMillis(); |
|
|
|
if (StringUtils.isBlank(data.getDateId()) || StringUtils.isBlank(data.getMonthId())) { |
|
|
|
log.error("缺失重要参数:dateId或monthId"); |
|
|
|
return; |
|
|
|
@ -160,7 +160,7 @@ public class UserStatisticalServiceImpl implements UserStatisticalService { |
|
|
|
insertRegUserGridDaily(data); |
|
|
|
insertRegUserGridMonthly(data);*/ |
|
|
|
|
|
|
|
log.info("执行完毕======"); |
|
|
|
log.warn("执行完毕======总耗时:{}ms",System.currentTimeMillis()-start); |
|
|
|
} |
|
|
|
|
|
|
|
@Transactional(rollbackFor = Exception.class) |
|
|
|
|