Subversion Repositories SmartDukaan

Rev

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

Rev 31200 Rev 31220
Line 1593... Line 1593...
1593
	@Autowired
1593
	@Autowired
1594
	PartnerDailyInvestmentRepository partnerDailyInvestmentRepository;
1594
	PartnerDailyInvestmentRepository partnerDailyInvestmentRepository;
1595
 
1595
 
1596
	public void addInvestment() {
1596
	public void addInvestment() {
1597
		List<LocalDate> dates = Arrays.asList(
1597
		List<LocalDate> dates = Arrays.asList(
-
 
1598
				LocalDate.of(2022, 11, 1),
1598
				LocalDate.of(2022, 11, 22)
1599
				LocalDate.of(2022, 11, 14)
1599
		);
1600
		);
1600
		// List<Integer> fofoIds = Arrays.asList(175136207, 175138910, 175138967,
1601
		// List<Integer> fofoIds = Arrays.asList(175136207, 175138910, 175138967,
1601
		// 175138990, 175138999);
1602
		// 175138990, 175138999);
1602
		for (LocalDate date : dates) {
1603
		for (LocalDate date : dates) {
1603
			LOGGER.info("Date - {}", date);
1604
			LOGGER.info("Date - {}", date);