Просмотр исходного кода

ST24PRJ-635 [결함] 회원 전체를 count하는 부분이 모니터링됨

card007 4 лет назад
Родитель
Сommit
2c3cd31810

+ 1 - 1
src/main/java/com/style24/front/biz/service/TsfCustomerService.java

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