|
@@ -636,7 +636,7 @@ public class NewIvPvCurveFittingService {
|
|
|
*/
|
|
|
public List<List<PhotovoltaicInfo>> getDatasnotfile(String stationid,List<String> inverters, long start, long end, int interval) {
|
|
|
//间隔
|
|
|
- interval = 5 * 60; //5分钟-300
|
|
|
+// interval = 5 * 60; //5分钟-300
|
|
|
|
|
|
//获得测点
|
|
|
Map<String, String> zglpoints = getPoints1(stationid,inverters, "zgl");
|