Merge branch 'cert_owner_name'

This commit is contained in:
hehihoho3@gmail.com 2025-10-17 18:44:34 +09:00
commit c4107dd459
2 changed files with 3 additions and 1 deletions

View File

@ -1844,6 +1844,7 @@ public class EgovMypageController {
model.addAttribute("CI", kmcVO.getCI());
model.addAttribute("birthDay", kmcVO.getBirthDay());
model.addAttribute("name", kmcVO.getName());
return "web/user/selectPhoneNumberCertChkReq";
}

View File

@ -26,7 +26,8 @@
opener.parentVal = resultFlag;
var resultNameChk = '${resultNameChk}';
opener.nameChkVal = resultNameChk;
opener.insertDocumentForm.ownerName.value = "${searchVO.name}";
// opener.insertDocumentForm.ownerName.value = "${searchVO.name}";
opener.insertDocumentForm.ownerName.value = "${name}";
opener.insertDocumentForm.CI.value = "${CI}";
opener.insertDocumentForm.birthDay.value = "${birthDay}";
opener.hpCertChkResult();