이용정지시 아이피 차단 기능 주석처리
This commit is contained in:
parent
9f0b88feec
commit
ee9dc2af25
@ -471,6 +471,8 @@ public class EgovMberManageServiceImpl extends EgovAbstractServiceImpl implement
|
||||
//이용정지 처리 시 해당 회원 접속 기록이 있는 IP들 차단 처리
|
||||
hackIpVO.setFrstRegisterId(mberManageVO.getMberSttusUpdusrId());
|
||||
hackIpVO.setIgnoreDc("이용정지로 인한 IP 차단");
|
||||
// JSPark 2023.07.13 => 이용정지시 아이피 차단 기능 주석처리(장팀장 요청)
|
||||
/*
|
||||
for (int i=0; i<IpList.size() ; i++){
|
||||
//회사 IP는 차단에서 제외
|
||||
if(!"119.193.215.98".equals(IpList.get(i))
|
||||
@ -481,18 +483,20 @@ public class EgovMberManageServiceImpl extends EgovAbstractServiceImpl implement
|
||||
}
|
||||
}
|
||||
System.out.println(IpList);
|
||||
|
||||
*/
|
||||
}else if(mberSttus.equals("Y")) {
|
||||
//이용정지 해제 시 차단된 IP들 차단해제 처리
|
||||
//이용정지 해제 회원 처리
|
||||
//step1-2.이용정지해제시
|
||||
|
||||
//step1-2-1.이용정지IP삭제
|
||||
|
||||
// JSPark 2023.07.13 => 이용정지시 아이피 차단 기능 주석처리(장팀장 요청)
|
||||
/*
|
||||
for (int i=0; i<IpList.size() ; i++){
|
||||
hackIpVO.setIgnoreIp(IpList.get(i));
|
||||
hackIpService.deleteIgnoreIpByIp(hackIpVO);
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
// 22.11.24 관리자 처리 히스토리 남기기 로직 추가
|
||||
|
||||
Loading…
Reference in New Issue
Block a user