dev #464

Merged
ysCha merged 181 commits from dev into dev-deploy 2026-04-08 10:17:03 +09:00
Showing only changes of commit ef5116a926 - Show all commits

View File

@ -489,7 +489,7 @@
WHEN X.PC_VOL_KW <= (X.M_VOL_KW + X.M_VOL_KW2) THEN X.PC_VOL_KW WHEN X.PC_VOL_KW <= (X.M_VOL_KW + X.M_VOL_KW2) THEN X.PC_VOL_KW
ELSE 0 ELSE 0
END END
) AS DECIMAL(18,2) ) AS DECIMAL(18,3)
) AS CERT_VOL_KW ) AS CERT_VOL_KW
FROM FROM
X; X;