발전시뮬레이션 PCS 조회기준 변경
This commit is contained in:
parent
3d2321759c
commit
68fd0fa2b2
@ -277,7 +277,7 @@ public class PwrGnrSimService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// DecimalFormat 객체 생성
|
// DecimalFormat 객체 생성
|
||||||
DecimalFormat decimalFormat = new DecimalFormat("#,##0.000");
|
DecimalFormat decimalFormat = new DecimalFormat("#,##0.00");
|
||||||
// 포맷 적용
|
// 포맷 적용
|
||||||
String formatSpecification = decimalFormat.format(dSpecification / 1000);
|
String formatSpecification = decimalFormat.format(dSpecification / 1000);
|
||||||
|
|
||||||
|
|||||||
@ -56,7 +56,7 @@
|
|||||||
FROM T_PART_ESTIMATE B WITH (NOLOCK)
|
FROM T_PART_ESTIMATE B WITH (NOLOCK)
|
||||||
INNER JOIN M_ITEM C WITH (NOLOCK)
|
INNER JOIN M_ITEM C WITH (NOLOCK)
|
||||||
ON B.ITEM_ID = C.ITEM_ID
|
ON B.ITEM_ID = C.ITEM_ID
|
||||||
WHERE C.ITEM_GROUP ='PC_'
|
WHERE C.POWER_COM_FLG ='1' /* PCS만 */
|
||||||
AND B.OBJECT_NO = #{objectNo}
|
AND B.OBJECT_NO = #{objectNo}
|
||||||
AND B.PLAN_NO = #{planNo}
|
AND B.PLAN_NO = #{planNo}
|
||||||
ORDER BY B.SPECIFICATION
|
ORDER BY B.SPECIFICATION
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user