eason 6 years ago
parent 3ab85dd480
commit 3d01808106

@ -166,6 +166,9 @@ public class NoticeManageImpl implements NoticeManage {
ArrayList<String> mailboxs = new ArrayList<>(); ArrayList<String> mailboxs = new ArrayList<>();
for (String clientMoniker : client_monikers) { for (String clientMoniker : client_monikers) {
JSONObject client = clientManager.getClientInfoByMoniker(clientMoniker); JSONObject client = clientManager.getClientInfoByMoniker(clientMoniker);
if(client==null){
continue;
}
JSONObject c = new JSONObject(); JSONObject c = new JSONObject();
c.put("create_time", date); c.put("create_time", date);
c.put("notice_id", noticeId); c.put("notice_id", noticeId);

Loading…
Cancel
Save