Browse Source

//photoSpeak

private_deployment
xhxu 1 year ago
parent
commit
626873064b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      suimangService/src/main/java/com/iformall/service/impl/WxCUserBasicInfoServiceImpl.java

+ 1
- 1
suimangService/src/main/java/com/iformall/service/impl/WxCUserBasicInfoServiceImpl.java View File

@@ -896,7 +896,7 @@ public class WxCUserBasicInfoServiceImpl implements WxCUserBasicInfoService,IExc
basicInfo.setFinalTenantId(tenantInfo.getFinalTenantId());
basicInfo.setEmail(email);
if(StringUtils.isNotBlank(pwd)){
String encryptPassword = new PasswordHelper().encryptPassword(email, pwd);
String encryptPassword = new PasswordHelper().encryptPassword(pwd);
basicInfo.setPassword(encryptPassword);
}
basicInfo.setStatus(EnumCUserBasicInfoStatus.NOT_ACTIVE.getCode());//未激活


Loading…
Cancel
Save