Selaa lähdekoodia

회원검색오류

jmh 4 vuotta sitten
vanhempi
commit
b9e46d47cf

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

@@ -349,6 +349,10 @@ 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()));