|
|
@@ -239,7 +239,6 @@ public class AsyncUtils {
|
|
|
pushParam( aid, noticeType, str, notes, emails);
|
|
|
}
|
|
|
}
|
|
|
- System.out.println("========================"+emails.substring(0,emails.length()-1));
|
|
|
noticeMapper.insertBatch(notes);
|
|
|
send(new EmailBo(NoticeStatus.getValueByCode(noticeType),emails.substring(0,emails.length()-1),str));
|
|
|
}else if (type==2){
|
|
|
@@ -255,6 +254,7 @@ public class AsyncUtils {
|
|
|
|
|
|
private void pushParam(String id, Integer noticeType, String str, List<Notice> notes, StringBuffer emails) {
|
|
|
Admin admin = adminMapper.selectByPrimaryKey(id);
|
|
|
+ System.out.println("+========================="+admin.getName());
|
|
|
pushParam(admin,noticeType,str,notes,emails);
|
|
|
|
|
|
}
|