diff --git a/src/main/java/kcc/ve/oprtn/instr/tngrVisitEdu/instrInfo/web/OprtnInstrTngrPrflContoller.java b/src/main/java/kcc/ve/oprtn/instr/tngrVisitEdu/instrInfo/web/OprtnInstrTngrPrflContoller.java index 3b4b7fc6..3d3cfea7 100644 --- a/src/main/java/kcc/ve/oprtn/instr/tngrVisitEdu/instrInfo/web/OprtnInstrTngrPrflContoller.java +++ b/src/main/java/kcc/ve/oprtn/instr/tngrVisitEdu/instrInfo/web/OprtnInstrTngrPrflContoller.java @@ -1178,6 +1178,7 @@ public class OprtnInstrTngrPrflContoller { //json 알림 modelAndView.setViewName("jsonView"); + String v_ret = ""; //안들어간 학교 정보 출력용 //사용자 로그인 여부 체크 for json //로그인 정보 가져오기 @@ -1239,9 +1240,10 @@ public class OprtnInstrTngrPrflContoller { if(resultCnt > 0) { succCnt++; }else { - System.out.println(""); + System.out.println("breaks"); System.out.println(sb.get(i)); System.out.println(s_tmp[0]); + v_ret = v_ret + "
" + sb.get(i); } } @@ -1251,6 +1253,7 @@ public class OprtnInstrTngrPrflContoller { modelAndView.addObject("totalCnt", totalCnt); modelAndView.addObject("succCnt", succCnt); + modelAndView.addObject("vRet", v_ret); return modelAndView; } diff --git a/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/instrAplctIsltnExcel.jsp b/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/instrAplctIsltnExcel.jsp index 5d58e617..f85b9dfc 100644 --- a/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/instrAplctIsltnExcel.jsp +++ b/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/instrAplctIsltnExcel.jsp @@ -55,6 +55,11 @@ createForm.action = ""; createForm.submit(); } + + function fncGoPrint(p_params){ + $("#tdInfo").prepend(p_params); + + } /* 등록 */ function fn_insert(){ @@ -102,7 +107,10 @@ //timeout: 600000, success: function (returnData, status) { alert("총 엑셀 건수 : "+returnData.totalCnt + "\n성공 건수 : "+returnData.succCnt); - fncGoList(); + //fncGoList(); + //alert(returnData.vRet); + fncGoPrint(returnData.vRet); + }, error: function (request,status,error) { //alert("code:"+request.status+"\n"+"message:"+request.responseText+"\n"+"error:"+error); @@ -226,6 +234,14 @@ + + +

info

+ + + + +