본문 바로가기

카테고리 없음

dddd

sadfasdfasdfasdfasdf

 

 

 

if (null != ServiceContext.getHeader("NID_GID") && (StringUtils.equals(form, "Y002") || StringUtils.equals(reqCd, "DAA002"))) {
	grpModel = generateGroupModel();
	map.put("corp_nm", StringUtils.defaultString(grpModel.getGrpComName()));
	map.put("corp_hash", StringUtils.defaultString(grpModel.getGrpIdNo()));
	map.put("corp_phone", StringUtils.defaultString(grpModel.getGrpComPhone()));
	map.put("corp_biz_id", StringUtils.defaultString(grpModel.getGrpCorpNo()));
	map.put("corp_naver_id", StringUtils.defaultString(grpModel.getGrpId()));
} else if (null == ServiceContext.getHeader("NID_GID") && StringUtils.equals(form, "Y002")) {
	map.put("corp_nm", (null != map.get("corp_nm")) ? StringUtils.defaultString((String)map.get("corp_nm")) : "");
	map.put("corp_hash", "");
	map.put("corp_phone", (null != map.get("corp_phone")) ? StringUtils.defaultString((String)map.get("corp_phone")) : "");
	map.put("corp_biz_id", "");
	map.put("corp_naver_id", "");
}