Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 18489e2440 | |||
| 681e4bd014 |
+1
-11
@@ -197,17 +197,7 @@ public class PortalUserApprovalListener implements ApprovalListener {
|
||||
portalOrg.setOrgName("삭제된법인");
|
||||
portalOrg.setApprovalStatus(ApprovalStatus.REJECTED);
|
||||
portalOrg.setOrgStatus(OrgStatus.REMOVED);
|
||||
portalOrg.setOrgCode(null);
|
||||
portalOrg.setCompRegFile(null);
|
||||
portalOrg.setCorpRegNo(null);
|
||||
portalOrg.setCompRegNo(null);
|
||||
portalOrg.setCeoName(null);
|
||||
portalOrg.setOrgAddr(null);
|
||||
portalOrg.setOrgPhoneNumber(null);
|
||||
portalOrg.setScPhoneNumber(null);
|
||||
portalOrg.setOrgSectors(null);
|
||||
portalOrg.setOrgIndustryType(null);
|
||||
portalOrg.setServiceName(null);
|
||||
portalOrg.clearSensitiveDataOnRemoval();
|
||||
|
||||
portalOrgService.save(portalOrg);
|
||||
}
|
||||
|
||||
@@ -139,6 +139,7 @@ public class PortalOrgManService extends BaseService {
|
||||
PortalOrg portalOrg = portalOrgService.getById(id);
|
||||
portalOrg.setOrgName("삭제된법인");
|
||||
portalOrg.setOrgStatus(OrgStatus.REMOVED);
|
||||
portalOrg.clearSensitiveDataOnRemoval();
|
||||
portalOrgService.save(portalOrg);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user