udpate 审核参会人缴费时,缴费凭证为空改为可以审核
This commit is contained in:
+4
-4
@@ -482,10 +482,10 @@ public class PayMeetingSituationServiceImpl extends ServiceImpl<PayMeetingSituat
|
|||||||
if (!registerCheckResult.equals(MeetingSubitemCommon.SIGNUP_STATUS_1)) {
|
if (!registerCheckResult.equals(MeetingSubitemCommon.SIGNUP_STATUS_1)) {
|
||||||
throw new JeroBootException("报名信息未审核通过");
|
throw new JeroBootException("报名信息未审核通过");
|
||||||
}
|
}
|
||||||
String paymentRecord = payMeetingSituation.getPaymentRecord();
|
//String paymentRecord = payMeetingSituation.getPaymentRecord();
|
||||||
if (StrUtil.isBlank(paymentRecord)) {
|
//if (StrUtil.isBlank(paymentRecord)) {
|
||||||
throw new JeroBootException("缴费凭证为空不能审核");
|
// throw new JeroBootException("缴费凭证为空不能审核");
|
||||||
}
|
//}
|
||||||
Integer oldCheckResult = payMeetingSituation.getCheckResult();
|
Integer oldCheckResult = payMeetingSituation.getCheckResult();
|
||||||
if (oldCheckResult.equals(MeetingSubitemCommon.SIGNUP_STATUS_1)) {
|
if (oldCheckResult.equals(MeetingSubitemCommon.SIGNUP_STATUS_1)) {
|
||||||
throw new JeroBootException("审核通过之后就无法在审核");
|
throw new JeroBootException("审核通过之后就无法在审核");
|
||||||
|
|||||||
Reference in New Issue
Block a user