|
@@ -322,6 +322,7 @@ public class IndexDetailService extends SocketToolService{
|
|
|
c.set(Calendar.HOUR_OF_DAY, 0);
|
|
|
c.set(Calendar.MINUTE, 0);
|
|
|
c.set(Calendar.SECOND, 0);
|
|
|
+ c.add(Calendar.DAY_OF_MONTH,-7);
|
|
|
Date beginDate = c.getTime();
|
|
|
|
|
|
Map<String, Map<String, WindPowerStationTestingPoint2>> stationPointmap = InitialRunner.stationPointmap;
|