浏览代码

회원검색오류

jmh 4 年之前
父节点
当前提交
b9e46d47cf
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/main/java/com/style24/admin/biz/web/TsaCustomerController.java

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