From a816b4c24e4604da7ab146257823643f56b0dfd0 Mon Sep 17 00:00:00 2001 From: myname Date: Thu, 25 Jan 2024 17:08:58 +0900 Subject: [PATCH] =?UTF-8?q?2024-01-25=2017:08=20=EC=82=AC=EC=9A=A9?= =?UTF-8?q?=EC=9E=90=20=ED=99=94=EB=A9=B4=20UI=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ve/aplct/comweb/CommonWebController.java | 2 +- .../oprtn/adultVisitEdu/eduCnfrmMngList.jsp | 33 ++++++++++--------- .../popup/instrAsgnmDstncPopup.jsp | 4 ++- 3 files changed, 21 insertions(+), 18 deletions(-) diff --git a/src/main/java/kcc/ve/aplct/comweb/CommonWebController.java b/src/main/java/kcc/ve/aplct/comweb/CommonWebController.java index 3f15635f..fa63f472 100644 --- a/src/main/java/kcc/ve/aplct/comweb/CommonWebController.java +++ b/src/main/java/kcc/ve/aplct/comweb/CommonWebController.java @@ -1379,7 +1379,7 @@ public class CommonWebController { //step3-4.월별시수대비할당이적은자 우선(필) - String s_orderByQuery = " aaa.instrSumChasi*10000/(aaa.asgnmTm+1) asc "; + String s_orderByQuery = " NVL(aaa.instrSumChasi*10000,0)/(aaa.asgnmTm+1) asc "; s_user_id = "'aaa'"; for (int j=0;j - + + - + - + - + - + ~ (분) - + - + - + - + - + - + - + - + - + - + - + diff --git a/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/popup/instrAsgnmDstncPopup.jsp b/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/popup/instrAsgnmDstncPopup.jsp index 1bb7c678..318ef3e5 100644 --- a/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/popup/instrAsgnmDstncPopup.jsp +++ b/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/popup/instrAsgnmDstncPopup.jsp @@ -261,9 +261,11 @@ 계산완료 +