Subversion Repositories SmartDukaan

Rev

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

Rev 25505 Rev 25507
Line 1456... Line 1456...
1456
		storeManagerMap.put("aman007singla@gmail.com", Arrays.asList("", "Rajit", "Mohinder"));
1456
		storeManagerMap.put("aman007singla@gmail.com", Arrays.asList("", "Rajit", "Mohinder"));
1457
	}
1457
	}
1458
 
1458
 
1459
	public void grouping() {
1459
	public void grouping() {
1460
		for (FofoStore fofoStore : fofoStoreRepository.selectAll()) {
1460
		for (FofoStore fofoStore : fofoStoreRepository.selectAll()) {
1461
			partnerTypeChangeService.getTypeOnDate(fofoStore.getId(), LocalDate.now());
1461
			LOGGER.info("{}, {}", fofoStore.getId(), partnerTypeChangeService.getTypeOnDate(fofoStore.getId(), LocalDate.now().plusDays(1)));
1462
		}
1462
		}
1463
	}
1463
	}
1464
}
1464
}