ysCha 7f98473945 [2311] 인증용량 CONN_VOL_W 재활성 + 안전조건 3종
- selectEstimateRoofCertVolKw: COALESCE(NULLIF(CONN_VOL_W,0), SUM(SPEC_X_QTY))
  비0 저장값은 유닛별 접속용량으로 우선, NULL·0이면 위치기반 합으로 폴백.
  기존 데이터·거짓0 저장 건 모두 롤백판과 동일하게 동작 보장.
- getPcsCircuitList: 빈 itemId 회로 아이템({}) 선제 제거.
  단일 PCS+다회로를 [{PCS},{},{}]로 보낸 경우 단일 PCS 분기로 올바르게 진입.
- sumModuleSpecW: 모듈 W 합이 0이면 "0" 대신 null 반환.
  CONN_VOL_W=0 저장(=거짓 0)을 원천 차단하여 쿼리 NULLIF 폴백이 동작하게 함.

Co-Authored-By: Claude Opus 4 <noreply@anthropic.com>
2026-07-07 13:04:29 +09:00
2024-06-26 15:44:47 +09:00
2026-05-08 09:02:59 +09:00
2024-06-26 15:52:00 +09:00
2026-05-08 09:02:59 +09:00
2024-06-26 15:44:47 +09:00
2024-06-26 15:44:47 +09:00
2025-03-19 16:20:02 +09:00

QCast3 API Service

IntelliJ Code Formatter 적용

  1. google-java-format plugin 설치
  2. settings -> google-java-format setting -> enable
  3. settings -> tools -> actions on save -> Reformat code, Optimize import check

Eclipse Code Style 적용

  1. qcast-api - doc - eclipse-java-google-style.xml 파일을 다운로드
  2. Preferences -> Java -> Code Style -> Formatter -> Import -> eclipse-java-google-style.xml 적용
  3. Preferences -> Java -> Editor -> Save Actions -> Format source code 체크
Description
No description provided
Readme 25 MiB
Languages
Java 100%