diff --git a/jero-boot-incoming-payment/src/main/java/com/jero/meeting/common/MeetingSubitemCommon.java b/jero-boot-incoming-payment/src/main/java/com/jero/meeting/common/MeetingSubitemCommon.java index a784b2c9..12ed199e 100644 --- a/jero-boot-incoming-payment/src/main/java/com/jero/meeting/common/MeetingSubitemCommon.java +++ b/jero-boot-incoming-payment/src/main/java/com/jero/meeting/common/MeetingSubitemCommon.java @@ -89,4 +89,64 @@ public class MeetingSubitemCommon { * 已驳回 */ public static final Integer SIGNUP_STATUS_2 = 2; + /** + * 需要缴费-非成员已报名审核 + */ + public static final Integer REGISTER_PROCESS_1 = 1; + /** + * 需要缴费-非成员被拒绝 + */ + public static final Integer REGISTER_PROCESS_2 = 2; + /** + * 需要缴费-付款方式为汇款现场缴费 + */ + public static final Integer REGISTER_PROCESS_3 = 3; + /** + * 需要缴费-上传完缴费凭证 待审核 + */ + public static final Integer REGISTER_PROCESS_4 = 4; + /** + * 需要缴费-缴费凭证被拒绝 + */ + public static final Integer REGISTER_PROCESS_5 = 5; + /** + * 需要缴费-凭证审核通过且未签到 + */ + public static final Integer REGISTER_PROCESS_6 = 6; + /** + * 需要缴费-签到完成 + */ + public static final Integer REGISTER_PROCESS_7 = 7; + /** + * 需要缴费-付款方式为汇款 的先签到 但是没有上传凭证 报名状态为已签到 + */ + public static final Integer REGISTER_PROCESS_8 = 8; + /** + * 需要缴费-付款方式为汇款 的先签到 但是没有上传凭证 报名状态为已签到 + */ + public static final Integer REGISTER_PROCESS_9 = 9; + /** + * 需要缴费-付款方式为汇款 的先签到 但是没有上传凭证 报名状态为已签到 + */ + public static final Integer REGISTER_PROCESS_10 = 10; + /** + * 需要缴费-付款方式为汇款 的先签到 但是没有上传凭证 报名状态为已签到 + */ + public static final Integer REGISTER_PROCESS_11 = 11; + /** + * 不需要缴费-非成员已报名审核 + */ + public static final Integer REGISTER_PROCESS_12 = 12; + /** + * 不需要缴费-非成员被拒绝 + */ + public static final Integer REGISTER_PROCESS_13 = 13; + /** + * 不需要缴费-待签到 + */ + public static final Integer REGISTER_PROCESS_14 = 14; + /** + * 不需要缴费-已签到 + */ + public static final Integer REGISTER_PROCESS_15 = 15; } diff --git a/jero-boot-incoming-payment/src/main/java/com/jero/meeting/service/impl/PayMeetingSituationServiceImpl.java b/jero-boot-incoming-payment/src/main/java/com/jero/meeting/service/impl/PayMeetingSituationServiceImpl.java index d48d2ddb..e096fd67 100644 --- a/jero-boot-incoming-payment/src/main/java/com/jero/meeting/service/impl/PayMeetingSituationServiceImpl.java +++ b/jero-boot-incoming-payment/src/main/java/com/jero/meeting/service/impl/PayMeetingSituationServiceImpl.java @@ -461,9 +461,9 @@ public class PayMeetingSituationServiceImpl extends ServiceImpl