自定义报表优化处理

This commit is contained in:
2023-10-24 11:00:15 +08:00
parent 964fb5675f
commit 21c3f3647d
2 changed files with 18 additions and 22 deletions

View File

@@ -912,11 +912,7 @@ public class DayDataServiceImpl implements DayDataService {
dayPltMapper.insertBatch(dayPltList);
}
}
log.info(LocalDateTime.now() + "data表转day结束=====》");
}