Quellcode durchsuchen

Merge branch 'develop'

haonan vor 1 Jahr
Ursprung
Commit
d5226ccc93

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