|
@@ -311,6 +311,7 @@ public class TenantApplyRecordServiceImpl extends ServiceImpl<TenantApplyRecordM
|
|
|
tenantInfo.setUsername(applyRecord.getUsername());
|
|
|
tenantInfo.setPhone(applyRecord.getPhone());
|
|
|
tenantInfo.setEnableFlag(true);
|
|
|
+ tenantInfo.setBriefIntroduction(applyRecord.getBriefIntroduction());
|
|
|
tenantInfoService.add(tenantInfo);
|
|
|
} else {
|
|
|
tenantApplyRecord.setStatus(AuthStatusEnum.UNPASS);
|