Przeglądaj źródła

机构审核 当前提交记录、历史提交记录fix

haonan 1 rok temu
rodzic
commit
dfcb30c5c6

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

@@ -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);
             //更改当前记录的审核状态