|
|
@@ -254,7 +254,6 @@ 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);
|
|
|
|
|
|
}
|