فهرست منبع

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

card007 4 سال پیش
والد
کامیت
8bcf90ee2d
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/main/java/com/style24/front/biz/service/TsfCustomerService.java

+ 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());