Subversion Repositories SmartDukaan

Rev

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

Rev 30727 Rev 30745
Line 1548... Line 1548...
1548
	PartnerDailyInvestmentRepository partnerDailyInvestmentRepository;
1548
	PartnerDailyInvestmentRepository partnerDailyInvestmentRepository;
1549
 
1549
 
1550
	public void addInvestment() {
1550
	public void addInvestment() {
1551
		List<LocalDate> dates = Arrays.asList(
1551
		List<LocalDate> dates = Arrays.asList(
1552
				LocalDate.of(2022, 7, 15),
1552
				LocalDate.of(2022, 7, 15),
1553
				LocalDate.of(2022, 7, 15)
1553
				LocalDate.of(2022, 7, 16)
1554
		);
1554
		);
1555
		// List<Integer> fofoIds = Arrays.asList(175136207, 175138910, 175138967,
1555
		// List<Integer> fofoIds = Arrays.asList(175136207, 175138910, 175138967,
1556
		// 175138990, 175138999);
1556
		// 175138990, 175138999);
1557
		for (LocalDate date : dates) {
1557
		for (LocalDate date : dates) {
1558
			LOGGER.info("Date - {}", date);
1558
			LOGGER.info("Date - {}", date);