|
@@ -109,6 +109,7 @@ public class VppMemberServiceImpl implements VppMemberService {
|
|
|
.withEmail(param.getEmail()).withValidFlag(ValidStatusEnum.VALID.value())
|
|
|
.withCreatedAt(new Date()).withIndustry(param.getIndustry())
|
|
|
.withUpdatedAt(new Date())
|
|
|
+ .withArea(param.getArea())
|
|
|
.withSubscriberType(0).withDigestPassword(rsaUtils.encrypt(param.getPassword())).withUpdatedAt(new Date());
|
|
|
if(!StringUtils.isEmpty(param.getIsSuperAdmin())&¶m.getIsSuperAdmin()){
|
|
|
//todo 创建默认团队
|