fix 会议审核失败

This commit is contained in:
lijiarao
2022-09-22 09:08:24 +08:00
parent 3ff4bd48ca
commit acc3707f27
@@ -486,10 +486,10 @@ public class PayMeetingSituationServiceImpl extends ServiceImpl<PayMeetingSituat
//if (StrUtil.isBlank(paymentRecord)) {
// throw new JeroBootException("缴费凭证为空不能审核");
//}
Integer oldCheckResult = payMeetingSituation.getCheckResult();
if (oldCheckResult.equals(MeetingSubitemCommon.SIGNUP_STATUS_1)) {
throw new JeroBootException("审核通过之后就无法在审核");
}
//Integer oldCheckResult = payMeetingSituation.getCheckResult();
//if (oldCheckResult.equals(MeetingSubitemCommon.SIGNUP_STATUS_1)) {
// throw new JeroBootException("审核通过之后就无法在审核");
//}
Integer checkResult = checkVO.getCheckResult();
String checkRemark = checkVO.getCheckRemark();
payMeetingSituation.setCheckResult(checkResult);