전자조정시스템 커밋
- 오류 수정
This commit is contained in:
parent
1c137c66b6
commit
765b87049e
@ -302,11 +302,13 @@ public class DlvinfoController {
|
|||||||
// 신청인 add
|
// 신청인 add
|
||||||
for(int i = 0 ; i < appliCantNmList.length; i++) {
|
for(int i = 0 ; i < appliCantNmList.length; i++) {
|
||||||
String[] appliCantNmListInfo = appliCantNmList[i].split("!");
|
String[] appliCantNmListInfo = appliCantNmList[i].split("!");
|
||||||
|
if(appliCantNmListInfo.length > 0) {
|
||||||
DlvinfoVO rpplInfo = new DlvinfoVO();
|
DlvinfoVO rpplInfo = new DlvinfoVO();
|
||||||
rpplInfo.setRpplNm(appliCantNmListInfo[0]);
|
rpplInfo.setRpplNm(appliCantNmListInfo[0]);
|
||||||
rpplInfo.setRpplTy(appliCantNmListInfo[1]);
|
rpplInfo.setRpplTy(appliCantNmListInfo[1]);
|
||||||
rpplList.add(rpplInfo);
|
rpplList.add(rpplInfo);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
String[] resPonDentNmList = info.getResPonDentNm().split(",");
|
String[] resPonDentNmList = info.getResPonDentNm().split(",");
|
||||||
@ -314,11 +316,13 @@ public class DlvinfoController {
|
|||||||
//피신청인 add
|
//피신청인 add
|
||||||
for(int i = 0 ; i < resPonDentNmList.length; i++) {
|
for(int i = 0 ; i < resPonDentNmList.length; i++) {
|
||||||
String[] resPonDentNmInfo = resPonDentNmList[i].split("!");
|
String[] resPonDentNmInfo = resPonDentNmList[i].split("!");
|
||||||
|
if(resPonDentNmInfo.length > 0) {
|
||||||
DlvinfoVO rpplInfo = new DlvinfoVO();
|
DlvinfoVO rpplInfo = new DlvinfoVO();
|
||||||
rpplInfo.setRpplNm(resPonDentNmInfo[0]);
|
rpplInfo.setRpplNm(resPonDentNmInfo[0]);
|
||||||
rpplInfo.setRpplTy(resPonDentNmInfo[1]);
|
rpplInfo.setRpplTy(resPonDentNmInfo[1]);
|
||||||
rpplList.add(rpplInfo);
|
rpplList.add(rpplInfo);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
String[] appliCantDNmList = new String[5];
|
String[] appliCantDNmList = new String[5];
|
||||||
if((info.getAppliCantDNm() != null) && (!"".equals(info.getAppliCantDNm()))) {
|
if((info.getAppliCantDNm() != null) && (!"".equals(info.getAppliCantDNm()))) {
|
||||||
@ -331,12 +335,14 @@ public class DlvinfoController {
|
|||||||
//신청대리인 add
|
//신청대리인 add
|
||||||
for(int i = 0 ; i < appliCantDNmList.length; i++) {
|
for(int i = 0 ; i < appliCantDNmList.length; i++) {
|
||||||
String[] appliCantDNmInfo = appliCantDNmList[i].split("!");
|
String[] appliCantDNmInfo = appliCantDNmList[i].split("!");
|
||||||
|
if(appliCantDNmInfo.length > 0) {
|
||||||
DlvinfoVO rpplInfo = new DlvinfoVO();
|
DlvinfoVO rpplInfo = new DlvinfoVO();
|
||||||
rpplInfo.setRpplNm(appliCantDNmInfo[0]);
|
rpplInfo.setRpplNm(appliCantDNmInfo[0]);
|
||||||
rpplInfo.setRpplTy(appliCantDNmInfo[1]);
|
rpplInfo.setRpplTy(appliCantDNmInfo[1]);
|
||||||
rpplList.add(rpplInfo);
|
rpplList.add(rpplInfo);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
String[] resPonDentDNm = new String[5];
|
String[] resPonDentDNm = new String[5];
|
||||||
if((info.getResPonDentDNm() != null) && (!"".equals(info.getResPonDentDNm()))) {
|
if((info.getResPonDentDNm() != null) && (!"".equals(info.getResPonDentDNm()))) {
|
||||||
resPonDentDNm = info.getResPonDentDNm().split(",");
|
resPonDentDNm = info.getResPonDentDNm().split(",");
|
||||||
@ -344,12 +350,14 @@ public class DlvinfoController {
|
|||||||
//피신청대리인 add
|
//피신청대리인 add
|
||||||
for(int i = 0 ; i < resPonDentDNm.length; i++) {
|
for(int i = 0 ; i < resPonDentDNm.length; i++) {
|
||||||
String[] resPonDentDNmInfo = resPonDentDNm[i].split("!");
|
String[] resPonDentDNmInfo = resPonDentDNm[i].split("!");
|
||||||
|
if(resPonDentDNmInfo.length > 0) {
|
||||||
DlvinfoVO rpplInfo = new DlvinfoVO();
|
DlvinfoVO rpplInfo = new DlvinfoVO();
|
||||||
rpplInfo.setRpplNm(resPonDentDNmInfo[0]);
|
rpplInfo.setRpplNm(resPonDentDNmInfo[0]);
|
||||||
rpplInfo.setRpplTy(resPonDentDNmInfo[1]);
|
rpplInfo.setRpplTy(resPonDentDNmInfo[1]);
|
||||||
rpplList.add(rpplInfo);
|
rpplList.add(rpplInfo);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
modelAndView.addObject("rpplList", rpplList);
|
modelAndView.addObject("rpplList", rpplList);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user