Commit 64185a3e authored by litengwei's avatar litengwei

双规优化

parent 184a16e5
......@@ -706,6 +706,7 @@ public class PlanTaskServiceImpl implements IPlanTaskService {
@Override
@Transactional(rollbackFor = Exception.class)
public void taskStaticExecution(String runDate) {
log.info("开始初始化统计表=======");
try {
runDate = DateUtils.dateFormat(new Date(), DateUtils.DATE_PATTERN);
} catch (ParseException e) {
......@@ -778,6 +779,8 @@ public class PlanTaskServiceImpl implements IPlanTaskService {
repositoryTs.batchSave(staticDays);
repositoryTs.batchSave(staticWeeks);
repositoryTs.batchSave(staticMonths);
log.info("初始化统计表完成=======");
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment