feature/jp-0331 #526

Open
jungpyo2001 wants to merge 998 commits from feature/jp-0331 into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 68fd0fa2b2 - Show all commits

View File

@ -277,7 +277,7 @@ public class PwrGnrSimService {
}
// DecimalFormat 객체 생성
DecimalFormat decimalFormat = new DecimalFormat("#,##0.000");
DecimalFormat decimalFormat = new DecimalFormat("#,##0.00");
// 포맷 적용
String formatSpecification = decimalFormat.format(dSpecification / 1000);

View File

@ -56,7 +56,7 @@
FROM T_PART_ESTIMATE B WITH (NOLOCK)
INNER JOIN M_ITEM C WITH (NOLOCK)
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.PLAN_NO = #{planNo}
ORDER BY B.SPECIFICATION