jsshin 5 лет назад
Родитель
Сommit
a344977465
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/java/com/style24/front/biz/thirdparty/Yes24Login.java

+ 1 - 1
src/main/java/com/style24/front/biz/thirdparty/Yes24Login.java

@@ -172,7 +172,7 @@ public class Yes24Login {
 		String snsId = nodeMap.getString("str_MEM_ID");
 		String custNm = nodeMap.getString("str_MEM_NM");
 		String email = nodeMap.getString("str_MEM_EML");
-		String cellphnno = nodeMap.getString("str_ADDR_MOB_NO").replaceAll("-","");
+		String cellphnno = nodeMap.getString("str_ADDR_MOB_NO");
 		String birthYmd = nodeMap.getString("str_BIRTH_DM").replaceAll("-","");
 		String sexGb = nodeMap.getString("str_SEX").equals("M")? TscConstants.Gender.MALE.value() : TscConstants.Gender.FEMALE.value();
 		String ci = nodeMap.getString("str_IPIN_CI");