기타 수정.

main
JoJH 2 weeks ago
parent 0b68e9b9e1
commit 05d2182059

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

Loading…
Cancel
Save