haonan пре 1 година
родитељ
комит
a513d2ff58

+ 1 - 0
cooleshow-user/user-biz/src/main/java/com/yonge/cooleshow/biz/dal/service/impl/TenantApplyRecordServiceImpl.java

@@ -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);