Subversion Repositories SmartDukaan

Rev

Rev 24635 | Rev 24653 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 24635 Rev 24636
Line 975... Line 975...
975
								x.getSerialNumber(), x.getAmount(), x.getCreateTimestamp(), x.getRolledBackTimestamp()))
975
								x.getSerialNumber(), x.getAmount(), x.getCreateTimestamp(), x.getRolledBackTimestamp()))
976
						.collect(Collectors.toList()));
976
						.collect(Collectors.toList()));
977
 
977
 
978
		Utils.sendMailWithAttachments(googleMailSender,
978
		Utils.sendMailWithAttachments(googleMailSender,
979
				new String[] { "amit.gupta@shop2020.in", "neeraj.gupta@smartdukaan.com" }, null,
979
				new String[] { "amit.gupta@shop2020.in", "neeraj.gupta@smartdukaan.com" }, null,
980
				"Partner Excess Amount", "PFA",
980
				"Partner Excess Amount Scheme In", "PFA",
981
				new Attachment[] { new Attachment("WalletSummary.csv", new ByteArrayResource(baos.toByteArray())),
981
				new Attachment[] { new Attachment("WalletSummary.csv", new ByteArrayResource(baos.toByteArray())),
982
						new Attachment("SchemeOutRolledback.csv", new ByteArrayResource(baosOuts.toByteArray())) });
982
						new Attachment("SchemeInRolledback.csv", new ByteArrayResource(baosOuts.toByteArray())) });
983
 
983
 
984
		throw new Exception();
984
		throw new Exception();
985
 
985
 
986
	}
986
	}
987
 
987