Subversion Repositories SmartDukaan

Rev

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

Rev 29563 Rev 29636
Line 1505... Line 1505...
1505
	@Autowired
1505
	@Autowired
1506
	PartnerDailyInvestmentRepository partnerDailyInvestmentRepository;
1506
	PartnerDailyInvestmentRepository partnerDailyInvestmentRepository;
1507
 
1507
 
1508
	public void addInvestment() {
1508
	public void addInvestment() {
1509
		List<LocalDate> dates = Arrays.asList(
1509
		List<LocalDate> dates = Arrays.asList(
1510
				LocalDate.of(2021, 10, 19),
-
 
1511
				LocalDate.of(2021, 10, 20),
1510
				LocalDate.of(2021, 11, 26)
1512
				LocalDate.of(2021, 10, 31)
-
 
1513
				);
1511
				);
1514
		// List<Integer> fofoIds = Arrays.asList(175136207, 175138910, 175138967,
1512
		// List<Integer> fofoIds = Arrays.asList(175136207, 175138910, 175138967,
1515
		// 175138990, 175138999);
1513
		// 175138990, 175138999);
1516
		for (LocalDate date : dates) {
1514
		for (LocalDate date : dates) {
1517
			LOGGER.info("Date - {}", date);
1515
			LOGGER.info("Date - {}", date);