Subversion Repositories SmartDukaan

Rev

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

Rev 30925 Rev 30994
Line 1543... Line 1543...
1543
	@Autowired
1543
	@Autowired
1544
	PartnerDailyInvestmentRepository partnerDailyInvestmentRepository;
1544
	PartnerDailyInvestmentRepository partnerDailyInvestmentRepository;
1545
 
1545
 
1546
	public void addInvestment() {
1546
	public void addInvestment() {
1547
		List<LocalDate> dates = Arrays.asList(
1547
		List<LocalDate> dates = Arrays.asList(
1548
				LocalDate.of(2022, 8, 29)
1548
				LocalDate.of(2022, 9, 17),
1549
				//LocalDate.of(2022, 7, 16)
1549
				LocalDate.of(2022, 9, 26)
1550
		);
1550
		);
1551
		// List<Integer> fofoIds = Arrays.asList(175136207, 175138910, 175138967,
1551
		// List<Integer> fofoIds = Arrays.asList(175136207, 175138910, 175138967,
1552
		// 175138990, 175138999);
1552
		// 175138990, 175138999);
1553
		for (LocalDate date : dates) {
1553
		for (LocalDate date : dates) {
1554
			LOGGER.info("Date - {}", date);
1554
			LOGGER.info("Date - {}", date);