|
|
@@ -527,7 +527,7 @@ public class FsCourseTrafficLogServiceImpl implements IFsCourseTrafficLogService
|
|
|
@Override
|
|
|
public void batchDelTraffic() {
|
|
|
// 设置删除的时间条件(2025-09-01之前)
|
|
|
- LocalDate targetLocalDate = LocalDate.of(2025, 10, 1);
|
|
|
+ LocalDate targetLocalDate = LocalDate.of(2025, 12, 1);
|
|
|
Date targetDate = Date.from(targetLocalDate.atStartOfDay(ZoneId.systemDefault()).toInstant());
|
|
|
|
|
|
int batchSize = 5000; // 每批次处理数量
|