|
|
@ -216,7 +216,8 @@ public class ActUserRelationServiceImpl extends BaseServiceImpl<ActUserRelationD |
|
|
|
} 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); |
|
|
|
// informationFormDTO.setBusinessId(actUserLogId);
|
|
|
|
informationFormDTO.setBusinessId(actUserRelationEntity.getActId()); |
|
|
|
} else { |
|
|
|
return; |
|
|
|
} |
|
|
|