|
|
@@ -43,7 +43,7 @@ public class AccountReportlJob {
|
|
|
|
|
|
String nowDate = DateUtils.getNowDate("yyyy-MM-dd");
|
|
|
String endDate = DateUtils.getAnotherDay("yyyy-MM-dd", nowDate, -1);
|
|
|
- String startDate = DateUtils.getAnotherDay("yyyy-MM-dd", nowDate, -6);
|
|
|
+ String startDate = DateUtils.getAnotherDay("yyyy-MM-dd", nowDate, -2);
|
|
|
dailyExecutorService.submit(
|
|
|
new Runnable() {
|
|
|
@Override
|