|
@@ -198,7 +198,7 @@ public class IvPvCurveFittingService {
|
|
*/
|
|
*/
|
|
public Map<String, List<PhotovoltaicInfo>> calculatAnalysis(List<String> fileList) {
|
|
public Map<String, List<PhotovoltaicInfo>> calculatAnalysis(List<String> fileList) {
|
|
|
|
|
|
- String bzcldPath = config.getFilePathPrepare() + "bzd标准点.csv";
|
|
|
|
|
|
+ String bzcldPath = config.getFilePathPrepare() + "bzd/标准点.csv";
|
|
List<PhotovoltaicInfo> bzclds = file2Info(bzcldPath, true);
|
|
List<PhotovoltaicInfo> bzclds = file2Info(bzcldPath, true);
|
|
Map<String, PhotovoltaicInfo> bzcldMap = bzclds.stream().collect(Collectors.toMap(PhotovoltaicInfo::getInverter, Function.identity()));
|
|
Map<String, PhotovoltaicInfo> bzcldMap = bzclds.stream().collect(Collectors.toMap(PhotovoltaicInfo::getInverter, Function.identity()));
|
|
|
|
|