dev #358

Merged
ysCha merged 15 commits from dev into prd-deploy 2026-02-02 18:25:52 +09:00
Showing only changes of commit 1626aa6d4d - Show all commits

View File

@ -159,9 +159,8 @@ public class PwrGnrSimService {
// 4. 계산을 위해 order by 변경 (총용량 DESC) -계산용
List<PwrGnrSimRoofResponse> moduleGroupList =
roofGroupModuleList.stream()
.sorted(
Comparator.comparingDouble(PwrGnrSimRoofResponse::getTotSpecification)
.reversed()) // 내림차순 정렬
// .sorted(Comparator.comparingDouble(PwrGnrSimRoofResponse::getTotSpecification).reversed()) // 내림차순 정렬
.sorted(Comparator.comparingDouble(PwrGnrSimRoofResponse::getAmp)) //AMP 올림차순
.collect(Collectors.toList());
// 5. PCS Item 조회