Subversion Repositories SmartDukaan

Rev

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

Rev 25503 Rev 25505
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
			System.out.println(partnerTypeChangeService.getTypeOnDate(fofoStore.getId(), LocalDate.now()));
1461
			partnerTypeChangeService.getTypeOnDate(fofoStore.getId(), LocalDate.now());
1462
		}
1462
		}
1463
	}
1463
	}
1464
}
1464
}