udpate 审核参会人缴费时,缴费凭证为空改为可以审核

This commit is contained in:
lijiarao
2022-07-27 11:48:36 +08:00
parent 278b4ecd7f
commit 5ee7cadd4c
@@ -482,10 +482,10 @@ public class PayMeetingSituationServiceImpl extends ServiceImpl<PayMeetingSituat
if (!registerCheckResult.equals(MeetingSubitemCommon.SIGNUP_STATUS_1)) {
throw new JeroBootException("报名信息未审核通过");
}
String paymentRecord = payMeetingSituation.getPaymentRecord();
if (StrUtil.isBlank(paymentRecord)) {
throw new JeroBootException("缴费凭证为空不能审核");
}
//String paymentRecord = payMeetingSituation.getPaymentRecord();
//if (StrUtil.isBlank(paymentRecord)) {
// throw new JeroBootException("缴费凭证为空不能审核");
//}
Integer oldCheckResult = payMeetingSituation.getCheckResult();
if (oldCheckResult.equals(MeetingSubitemCommon.SIGNUP_STATUS_1)) {
throw new JeroBootException("审核通过之后就无法在审核");