@@ -42,7 +42,7 @@ public class FeeDetailSyncTask {
//默认开始时间
private static final String START_TIME = "2022-04-29 00:00:00";
//默认同步时间间隔
- private static final Integer TIME_SPAN = 604800000;
+ private static final Integer TIME_SPAN = 1728000000;
/**
* 5分钟执行一次
*/