fix 会议审核失败
This commit is contained in:
+4
-4
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user