Merge pull request '[1375]인증용량 계산수정' (#335) from dev into dev-deploy
Reviewed-on: #335
This commit is contained in:
commit
9098ce8c84
@ -368,7 +368,7 @@
|
|||||||
/* sqlid : com.interplug.qcast.biz.estimate.selectEstimateRoofCertVolKw */
|
/* sqlid : com.interplug.qcast.biz.estimate.selectEstimateRoofCertVolKw */
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
SELECT
|
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 (
|
FROM (
|
||||||
SELECT
|
SELECT
|
||||||
T.*,
|
T.*,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user