|
|
|
@ -157,7 +157,9 @@ public class MailServiceImp implements MailService {
|
|
|
|
|
List<JSONObject> mailClients = new ArrayList<>();
|
|
|
|
|
JSONObject mailClient = new JSONObject();
|
|
|
|
|
mailClient.put("mailto", mailTos);
|
|
|
|
|
mailClient.put("mailcc", mailCcs);
|
|
|
|
|
if (StringUtils.isNotBlank(mailCcs)) {
|
|
|
|
|
mailClient.put("mailcc", mailCcs);
|
|
|
|
|
}
|
|
|
|
|
mailClients.add(mailClient);
|
|
|
|
|
noticeBean.setMailClients(mailClients);
|
|
|
|
|
noticeBean.setContent(content);
|
|
|
|
|