|
|
|
@ -185,6 +185,7 @@ public class NoticeManageImpl implements NoticeManage {
|
|
|
|
|
}
|
|
|
|
|
try {
|
|
|
|
|
logger.info(noticeId+"|"+info.getTitle()+"|"+mailto);
|
|
|
|
|
|
|
|
|
|
String mail_id = mailService.sendEmail(noticeId,info.getTitle(),mailto,info.getContent());
|
|
|
|
|
notice.put("mail_id",mail_id);
|
|
|
|
|
noticeManageMapper.updateNotice(notice);
|
|
|
|
|