|
@@ -445,7 +445,7 @@ public class TsfCustomerService {
|
|
|
return resultMap;
|
|
return resultMap;
|
|
|
}
|
|
}
|
|
|
// 2021.12.06 card007 이메일 없을 시 패스
|
|
// 2021.12.06 card007 이메일 없을 시 패스
|
|
|
- if (StringUtils.isNotBlank(custSnsInfo.getEmail())) { // 이메일이 없는 경우
|
|
|
|
|
|
|
+ if (StringUtils.isNotBlank(custSnsInfo.getEmail())) {
|
|
|
boolean isFindByEmail = getCustomerFindByEmailCount(custSnsInfo.getEmail());
|
|
boolean isFindByEmail = getCustomerFindByEmailCount(custSnsInfo.getEmail());
|
|
|
if (isFindByEmail) {
|
|
if (isFindByEmail) {
|
|
|
resultMap.setString("custStat", "DUP_EMAIL_CUST"); // 이메일 중복
|
|
resultMap.setString("custStat", "DUP_EMAIL_CUST"); // 이메일 중복
|