|
|
private void pushParam(Admin admin, Integer noticeType, String str, List<Notice> notes, StringBuffer emails) {
|
|
private void pushParam(Admin admin, Integer noticeType, String str, List<Notice> notes, StringBuffer emails) {
|
|
|
notes.add(new Notice(UUID.randomUUID().toString(), new Date(), 0, admin.getId(),
|
|
notes.add(new Notice(UUID.randomUUID().toString(), new Date(), 0, admin.getId(),
|