Selaa lähdekoodia

[ST24PRJ-492] 간편가입 휴대폰번호 하이픈 처리

card007 4 vuotta sitten
vanhempi
commit
8bcf90ee2d

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

@@ -315,6 +315,7 @@ public class TsfCustomerService {
 		customer.initBirthMm();
 		customer.setEncodedPasswd(" ");
 		customer.setCustId(customer.getSnsType() + "_" + snsId);
+		customer.setHypenCellPhone();
 		customer.encryptData();
 
 		customer.setSiteCd(TscConstants.Site.STYLE24.value());