fix 74257 报名成功后就能下载资料

This commit is contained in:
lijiarao
2023-07-28 10:42:20 +08:00
parent e83acb2bf4
commit fba90facb3
@@ -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("会议报名并审核通过后才可查看文件");
}
}
}
// 查询数据表数据是否存在