|
@@ -118,7 +118,7 @@ public class ShopUserTypeComponent {
|
|
|
calendar.set(Calendar.MILLISECOND, 0);
|
|
calendar.set(Calendar.MILLISECOND, 0);
|
|
|
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm");
|
|
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm");
|
|
|
String runTime = sdf.format(calendar.getTime());
|
|
String runTime = sdf.format(calendar.getTime());
|
|
|
- if (runTime.contains("2025-11-27")){
|
|
|
|
|
|
|
+ if (runTime.contains("2025-11-24")){
|
|
|
runTime = "2025-08-28T00:00";
|
|
runTime = "2025-08-28T00:00";
|
|
|
}
|
|
}
|
|
|
stoneParams.put("datetime_start", runTime);
|
|
stoneParams.put("datetime_start", runTime);
|
|
@@ -207,7 +207,7 @@ public class ShopUserTypeComponent {
|
|
|
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm");
|
|
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm");
|
|
|
Date date = sdf.parse(truncatedDate);
|
|
Date date = sdf.parse(truncatedDate);
|
|
|
String runTime = sdf.format(date);
|
|
String runTime = sdf.format(date);
|
|
|
- if (runTime.contains("2025-11-27")){
|
|
|
|
|
|
|
+ if (runTime.contains("2025-11-24")){
|
|
|
runTime = "2025-08-28T00:00";
|
|
runTime = "2025-08-28T00:00";
|
|
|
}
|
|
}
|
|
|
//获取上次同步时间进行增量同步
|
|
//获取上次同步时间进行增量同步
|