Merge branch 'JIWOO' into advc
This commit is contained in:
commit
6188e98daa
@ -646,7 +646,7 @@ public class CrownixAjaxController {
|
|||||||
if("real".equals(environment)) {
|
if("real".equals(environment)) {
|
||||||
jsDrtInfo.put("image", "https://www.edu-copyright.or.kr/offedu/uss/ion/pwm/getImage.do?atchFileId="+vEInstrDetailVOList.get(i).getPhtAtchFileId());
|
jsDrtInfo.put("image", "https://www.edu-copyright.or.kr/offedu/uss/ion/pwm/getImage.do?atchFileId="+vEInstrDetailVOList.get(i).getPhtAtchFileId());
|
||||||
}else {
|
}else {
|
||||||
jsDrtInfo.put("image", "http://192.168.0.59:3080/offedu/uss/ion/pwm/getImage.do?atchFileId="+vEInstrDetailVOList.get(i).getPhtAtchFileId());
|
jsDrtInfo.put("image", "http://119.193.215.98:9989/offedu/uss/ion/pwm/getImage.do?atchFileId="+vEInstrDetailVOList.get(i).getPhtAtchFileId());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -140,7 +140,7 @@ public class SspnIdtmtServiceImpl implements SspnIdtmtService {
|
|||||||
|
|
||||||
if (cndtnTrgtMngVOList==null || cndtnTrgtMngVOList.size()<=0) { //step3.기존 이력이 없으면 관리자에게 문의 하도록 한다.
|
if (cndtnTrgtMngVOList==null || cndtnTrgtMngVOList.size()<=0) { //step3.기존 이력이 없으면 관리자에게 문의 하도록 한다.
|
||||||
result = "fail";
|
result = "fail";
|
||||||
msg = "대상자 정보가 없습니다. 관리자에게 문의 바랍니다.";
|
msg = "대상자 정보와 입력하신 정보가 일치하지 않습니다.\n담당자에게 문의 바랍니다.\n문의: 055-792-0223";
|
||||||
next = "Y"; //?
|
next = "Y"; //?
|
||||||
|
|
||||||
}else if (cndtnTrgtMngVOList.size()>0) {
|
}else if (cndtnTrgtMngVOList.size()>0) {
|
||||||
|
|||||||
@ -580,6 +580,7 @@ $(document).ready(function(){
|
|||||||
<input type="hidden" name="trgtNm">
|
<input type="hidden" name="trgtNm">
|
||||||
<input type="hidden" name="dBirth">
|
<input type="hidden" name="dBirth">
|
||||||
<input type="hidden" name="sex">
|
<input type="hidden" name="sex">
|
||||||
|
<input type="hidden" name="clphone">
|
||||||
</form>
|
</form>
|
||||||
<form name="regForm" id="regForm">
|
<form name="regForm" id="regForm">
|
||||||
<input type="hidden" name="prcsAplctPrdOrd">
|
<input type="hidden" name="prcsAplctPrdOrd">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user