From 612cf31583c98f0b0cece95e47bd7f2f78709b2b Mon Sep 17 00:00:00 2001 From: ijunho Date: Wed, 10 Sep 2025 14:55:26 +0900 Subject: [PATCH] =?UTF-8?q?[KISA]=20=EC=A0=84=ED=99=94=EB=B2=88=ED=98=B8?= =?UTF-8?q?=20=EA=B1=B0=EC=A7=93=ED=91=9C=EC=8B=9C=20=EA=B8=88=EC=A7=80=20?= =?UTF-8?q?=EA=B3=A0=EC=8B=9C=20=EA=B0=9C=EC=A0=95=20=EA=B4=80=EB=A0=A8=20?= =?UTF-8?q?"=EB=8C=80=EB=9F=89=EB=AC=B8=EC=9E=90=20=EB=B0=9C=EC=86=A1?= =?UTF-8?q?=EC=95=88=EB=82=B4=20=EC=84=9C=EB=B9=84=EC=8A=A4"=20=EC=8B=9C?= =?UTF-8?q?=EC=8A=A4=ED=85=9C=20=EC=A0=81=EC=9A=A9=20=EC=9A=94=EC=B2=AD=20?= =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90=20on/off=20=EA=B8=B0=EB=8A=A5=20htt?= =?UTF-8?q?p://pms.iten.co.kr:9999/issues/5419?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ .../java/itn/let/sym/site/service/JoinSettingVO.java | 1 + .../sqlmap/let/sym/site/EgovSiteManage_SQL_Mysql.xml | 2 ++ .../webapp/WEB-INF/jsp/sym/site/adminNotiDetail.jsp | 12 ++++++++++-- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 89e9faf..1bfc8eb 100644 --- a/.gitignore +++ b/.gitignore @@ -198,3 +198,6 @@ fabric.properties rebel.xml /mvnw /mvnw.cmd + +# MacOS +.DS_Store \ No newline at end of file diff --git a/src/main/java/itn/let/sym/site/service/JoinSettingVO.java b/src/main/java/itn/let/sym/site/service/JoinSettingVO.java index ea9a413..d597fd2 100644 --- a/src/main/java/itn/let/sym/site/service/JoinSettingVO.java +++ b/src/main/java/itn/let/sym/site/service/JoinSettingVO.java @@ -57,6 +57,7 @@ public class JoinSettingVO { private String slackNoti; //관리자 SLACK 알림 여부 private String smishingNoti; //첫결제(카드제외) 스미싱의심 알림 여부 private String holiSmishingNoti; //야간 스미싱알림 여부 + private String smsNotiIfOverFifty; //50건이상 문자발송 시 안내문자 발송 } diff --git a/src/main/resources/egovframework/sqlmap/let/sym/site/EgovSiteManage_SQL_Mysql.xml b/src/main/resources/egovframework/sqlmap/let/sym/site/EgovSiteManage_SQL_Mysql.xml index e4f1730..34bf7c4 100644 --- a/src/main/resources/egovframework/sqlmap/let/sym/site/EgovSiteManage_SQL_Mysql.xml +++ b/src/main/resources/egovframework/sqlmap/let/sym/site/EgovSiteManage_SQL_Mysql.xml @@ -984,6 +984,7 @@ IFNULL(SLACK_NOTI, 'N') AS slackNoti, IFNULL(SMISHING_NOTI, 'N') AS smishingNoti, IFNULL(HOLI_SMISHING_NOTI, 'N') AS holiSmishingNoti, + IFNULL(SMS_NOTI_IF_OVER_FIFTY, 'N') AS smsNotiIfOverFifty, LAST_UPDUSR_ID AS lasUpdusrId, LAST_UPDT_PNTTM AS lastUpdtPnttm FROM MJ_MBER_SETTING @@ -1001,6 +1002,7 @@ ,SLACK_NOTI = #slackNoti# ,SMISHING_NOTI = #smishingNoti# ,HOLI_SMISHING_NOTI = #holiSmishingNoti# + ,SMS_NOTI_IF_OVER_FIFTY = #smsNotiIfOverFifty# ,LAST_UPDUSR_ID = #lasUpdusrId# ,LAST_UPDT_PNTTM = NOW() diff --git a/src/main/webapp/WEB-INF/jsp/sym/site/adminNotiDetail.jsp b/src/main/webapp/WEB-INF/jsp/sym/site/adminNotiDetail.jsp index 9bd5807..23d49b0 100644 --- a/src/main/webapp/WEB-INF/jsp/sym/site/adminNotiDetail.jsp +++ b/src/main/webapp/WEB-INF/jsp/sym/site/adminNotiDetail.jsp @@ -121,8 +121,16 @@ - - + + + kisa 50건이상 안내문자 발송 여부 + + + +