Subversion Repositories SmartDukaan

Rev

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

Rev 31220 Rev 31229
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, 12, 1),
1599
				LocalDate.of(2022, 11, 14)
-
 
1600
		);
1599
		);
1601
		// List<Integer> fofoIds = Arrays.asList(175136207, 175138910, 175138967,
1600
		// List<Integer> fofoIds = Arrays.asList(175136207, 175138910, 175138967,
1602
		// 175138990, 175138999);
1601
		// 175138990, 175138999);
1603
		for (LocalDate date : dates) {
1602
		for (LocalDate date : dates) {
1604
			LOGGER.info("Date - {}", date);
1603
			LOGGER.info("Date - {}", date);