fix 74257 报名成功后就能下载资料
This commit is contained in:
-6
@@ -562,12 +562,6 @@ public class PayMeetingController extends JeroController<PayMeeting, IPayMeeting
|
||||
if (ObjectUtils.isEmpty(meetingSituation)) {
|
||||
throw new JeroBootException("未报名会议。");
|
||||
}
|
||||
Integer checkResult = meetingSituation.getCheckResult();
|
||||
Integer registerCheckResult = meetingSituation.getRegisterCheckResult();
|
||||
if (!Objects.equals(checkResult, MeetingSubitemCommon.SIGNUP_STATUS_1)
|
||||
|| !Objects.equals(registerCheckResult, MeetingSubitemCommon.SIGNUP_STATUS_1)) {
|
||||
throw new JeroBootException("会议报名并审核通过后才可查看文件");
|
||||
}
|
||||
}
|
||||
}
|
||||
// 查询数据表数据是否存在
|
||||
|
||||
Reference in New Issue
Block a user