|
|
|
@ -340,11 +340,11 @@ public class VolunteerInfoServiceImpl extends BaseServiceImpl<VolunteerInfoDao, |
|
|
|
|
|
|
|
private void sendInfo(VolunteerInfoDTO volunteerInfoDTO) { |
|
|
|
EpdcInformationFormDTO informationFormDTO = new EpdcInformationFormDTO(); |
|
|
|
// 审核通过
|
|
|
|
// 审核不通过
|
|
|
|
if (NumConstant.TWO_STR.equals(volunteerInfoDTO.getAuditStatus())) { |
|
|
|
informationFormDTO.setTitle(VolunteerInfoNoticeConstant.NOTICE_CERTIFICATION_PASSED); |
|
|
|
} else { |
|
|
|
informationFormDTO.setTitle(VolunteerInfoNoticeConstant.NOTICE_CERTIFICATION_NOT_PASSED); |
|
|
|
} else { |
|
|
|
informationFormDTO.setTitle(VolunteerInfoNoticeConstant.NOTICE_CERTIFICATION_PASSED); |
|
|
|
} |
|
|
|
informationFormDTO.setContent(volunteerInfoDTO.getFailureReason()); |
|
|
|
informationFormDTO.setUserId(volunteerInfoDTO.getUserId()); |
|
|
|
|