fix bug 41911 扫码签到--缴费方式为汇款的不管上没上传都可签到
This commit is contained in:
+2
-2
@@ -661,9 +661,9 @@ public class PayMeetingSituationServiceImpl extends ServiceImpl<PayMeetingSituat
|
||||
if (checkIn.equals(PayProjectCommon.YES)) {
|
||||
throw new JeroBootException("已经签到,请勿重复签到");
|
||||
}
|
||||
//如果是汇款并且缴费凭证为空
|
||||
//如果是线上缴费并且缴费凭证为空
|
||||
Integer payMode = meetingSituation.getPayMode();
|
||||
if (Objects.equals(payMode, MeetingSubitemCommon.PAY_MODE_1)
|
||||
if (Objects.equals(payMode, MeetingSubitemCommon.PAY_MODE_2)
|
||||
&& StringUtils.isBlank(meetingSituation.getPaymentRecord())) {
|
||||
throw new JeroBootException("请上传缴费凭证后再签到");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user