server/visits/dmvisit_service/src/main/java/com/doumee/service/business/impl/YwCustomerServiceImpl.java
@@ -61,9 +61,6 @@ throw new BusinessException(ResponseStatus.BAD_REQUEST); } LoginUserInfo loginUserInfo = ywCustomer.getLoginUserInfo(); if(StringUtils.isNotBlank(ywCustomer.getEmail())&&!Constants.validEmail(ywCustomer.getEmail())){ throw new BusinessException(ResponseStatus.NOT_ALLOWED.getCode(),"请填写正确的email"); } ywCustomer.setStatus(Constants.ZERO); ywCustomer.setIsdeleted(Constants.ZERO); ywCustomer.setCreator(loginUserInfo.getId());