ltkj-admin/src/main/java/com/ltkj/web/controller/app/CustomerController.java
@@ -147,7 +147,7 @@ substring = DigestUtils.md5DigestAsHex(substring.getBytes()); tjCustomer.setCusPassword(substring); try { tjCustomer.setCusBrithday(MatchUtils.getBirthDayByIdCard(cusIdcard)); // tjCustomer.setCusBrithday(MatchUtils.getBirthDayByIdCard(cusIdcard)); } catch (Exception e) { return AjaxResult.error("身份证号不正确"); }