|
|
@ -213,14 +213,13 @@ public class ActUserRelationServiceImpl extends BaseServiceImpl<ActUserRelationD |
|
|
|
if (ActUserRelationStatusConstant.APPROVED.equals(actUserRelationEntity.getStatus())) { |
|
|
|
informationFormDTO.setTitle(HeartNoticeConstant.NOTICE_SIGN_UP_PASSED); |
|
|
|
informationFormDTO.setBusinessType(HeartNoticeConstant.NOTICE__BUSINESS_TYPE_ACT_SUCCESS); |
|
|
|
informationFormDTO.setBusinessId(actUserRelationEntity.getActId()); |
|
|
|
} else if (ActUserRelationStatusConstant.NOT_APPROVED.equals(actUserRelationEntity.getStatus())) { |
|
|
|
informationFormDTO.setTitle(HeartNoticeConstant.NOTICE_SIGN_UP_NOT_PASSED); |
|
|
|
informationFormDTO.setBusinessType(HeartNoticeConstant.NOTICE__BUSINESS_TYPE_ACT_FAILURE); |
|
|
|
informationFormDTO.setBusinessId(actUserLogId); |
|
|
|
} else { |
|
|
|
return; |
|
|
|
} |
|
|
|
informationFormDTO.setBusinessId(actUserRelationEntity.getActId()); |
|
|
|
informationFormDTO.setUserId(actUserRelationEntity.getUserId()); |
|
|
|
informationFormDTO.setType(HeartNoticeConstant.NOTICE_TYPE_AUDIT_NOTICE); |
|
|
|
|
|
|
|