From 52e3bdc84bd2f84a2aeb1c134414524d57e31249 Mon Sep 17 00:00:00 2001 From: myname Date: Thu, 15 Feb 2024 18:37:15 +0900 Subject: [PATCH] =?UTF-8?q?2024-02-15=2018:36=20=EC=B2=AD=EC=86=8C?= =?UTF-8?q?=EB=85=84=20=EC=B0=BE=EA=B5=90=20=EA=B2=B0=EA=B3=BC=EB=B3=B4?= =?UTF-8?q?=EA=B3=A0=EC=A0=9C=EC=B6=9C=20SMS=20=EC=9A=94=EC=B2=AD=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pblc/sndMng/web/SndMngController.java | 23 ++++++++++++-- .../jsp/oprtn/tngrVisitEdu/eduRsltMngList.jsp | 30 +++++++++++++++++-- 2 files changed, 48 insertions(+), 5 deletions(-) diff --git a/src/main/java/kcc/ve/oprtn/pblc/sndMng/web/SndMngController.java b/src/main/java/kcc/ve/oprtn/pblc/sndMng/web/SndMngController.java index d6269e26..7177eecf 100644 --- a/src/main/java/kcc/ve/oprtn/pblc/sndMng/web/SndMngController.java +++ b/src/main/java/kcc/ve/oprtn/pblc/sndMng/web/SndMngController.java @@ -220,7 +220,10 @@ public class SndMngController { ModelAndView modelAndView = new ModelAndView(); modelAndView.setViewName("jsonView"); - //System.out.println("@@@@@@@ 문자전송 시작 ----------------------------------"); + System.out.println("@@@@@@@ 문자전송 시작 ----------------------------------"); + System.out.println(vEEduAplctVO.toString()); + System.out.println(vEEduAplctVO.getChk()); + //로그인 처리==================================== //로그인 정보 가져오기 @@ -249,14 +252,19 @@ public class SndMngController { //String[] sendChk = {}; //발송정보체크용 List sendChk = new ArrayList<>(); + System.out.println("aaa"); VeSendMail sendMail = new VeSendMail(); if("Z".equals(vEEduAplctVO.getSndFlag())) { + System.out.println("aaab"); emails = vEEduAplctVO.getEmail().split(","); + System.out.println("aaac"); } for(int i=0; i