Merge pull request '[1375]인증용량 계산수정' (#335) from dev into dev-deploy

Reviewed-on: #335
This commit is contained in:
ysCha 2026-01-21 11:31:29 +09:00
commit 9098ce8c84

View File

@ -368,7 +368,7 @@
/* sqlid : com.interplug.qcast.biz.estimate.selectEstimateRoofCertVolKw */
<![CDATA[
SELECT
CAST(SUM(F.VOL_KW) AS VARCHAR) AS CERT_VOL_KW
CAST(SUM(F.VOL_KW) AS NUMERIC(18, 3)) AS CERT_VOL_KW
FROM (
SELECT
T.*,