기타 수정.

main
JoJH 2 weeks ago
parent 0b68e9b9e1
commit 05d2182059

@ -652,15 +652,13 @@ public class Rent02Controller extends ApplicationController {
} else {
// Ids 만큼 반복 등록
for (String lsctMpngId : lsctAprv.getLsctMpngIds()) {
LsctAprv removeAprv = new LsctAprv();
removeAprv.setLsctMpngId(lsctMpngId);
removeAprv.setChgDmndIp(remoteAddr);
LsctAprv deltAprv = new LsctAprv();
deltAprv.setLsctMpngId(lsctMpngId);
deltAprv.setChgDmndIp(remoteAddr);
rtnMsg = lsctMpngService.removeLsctAprv(removeAprv); // 삭제
if (!rtnMsg.contains("[S]")) { // 오류가 발생하였으면 종료..
saved = false;
rtnMsg = lsctMpngService.removeLsctAprv(deltAprv); // 삭제
if (!rtnMsg.contains("[S]")) // 오류가 발생하였으면 종료..
break;
}
}
}

Loading…
Cancel
Save