|
@@ -53,7 +53,7 @@ public class RealtimeService {
|
|
Map<String, Map<String, Windturbinetestingpointai>> wtpAimap = CacheContext.wtpAimap;
|
|
Map<String, Map<String, Windturbinetestingpointai>> wtpAimap = CacheContext.wtpAimap;
|
|
|
|
|
|
Date samedayZero = DateUtils.getSamedayZero();
|
|
Date samedayZero = DateUtils.getSamedayZero();
|
|
- Date currentDate = sdf.parse(DateUtils.toDate1(DateUtils.getCurrentDate()));
|
|
|
|
|
|
+ Date currentDate = sdf.parse(DateUtils.toDate(DateUtils.getCurrentDate()));
|
|
// Date befroeDate = DateUtils.addSeconds(currentDate, -1);
|
|
// Date befroeDate = DateUtils.addSeconds(currentDate, -1);
|
|
Date befroeDate = DateUtils.addMinutes(currentDate,-5);
|
|
Date befroeDate = DateUtils.addMinutes(currentDate,-5);
|
|
|
|
|