|
@@ -287,6 +287,7 @@ public class TenantApplyRecordServiceImpl extends ServiceImpl<TenantApplyRecordM
|
|
|
tenantApplyRecord.setPhone(applyRecord.getPhone());
|
|
|
tenantApplyRecord.setVerifyUserId(verifyUserId);
|
|
|
tenantApplyRecord.setReason(entry.getReason());
|
|
|
+ tenantApplyRecord.setBriefIntroduction(applyRecord.getBriefIntroduction());
|
|
|
if (ifPass == true){
|
|
|
tenantApplyRecord.setStatus(AuthStatusEnum.PASS);
|
|
|
//更改当前记录的审核状态
|