Kaynağa Gözat

코어 수정건으로 원복

jmh 4 yıl önce
ebeveyn
işleme
3cbca5a881

+ 0 - 4
src/main/java/com/style24/admin/biz/web/TsaCustomerController.java

@@ -349,10 +349,6 @@ public class TsaCustomerController extends TsaBaseController {
 			}
 		}
 
-		if( "".equals(customerSearch.getCellPhnno()) || customerSearch.getCellPhnno().isEmpty()) {
-			customerSearch.setCellPhnno(null);
-		}
-		
 		// 회원명, 이메일 암호화
 		if ("custNm".equals(customerSearch.getSearchGb()) || "email".equals(customerSearch.getSearchGb())) {
 			customerSearch.setSearchTxt(CryptoUtils.encryptAES(customerSearch.getSearchTxt()));