Subversion Repositories SmartDukaan

Rev

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

Rev 31287 Rev 31290
Line 2230... Line 2230...
2230
			partnerMonthSaleMap = partnerMonthlySaleModels.stream()
2230
			partnerMonthSaleMap = partnerMonthlySaleModels.stream()
2231
					.collect(Collectors.groupingBy(x -> x.getFofoId(), Collectors.toMap(
2231
					.collect(Collectors.groupingBy(x -> x.getFofoId(), Collectors.toMap(
2232
							x -> YearMonth.parse(x.getYearMonth(), dateTimeFormatter), x -> (double) x.getAmount())));
2232
							x -> YearMonth.parse(x.getYearMonth(), dateTimeFormatter), x -> (double) x.getAmount())));
2233
		}
2233
		}
2234
 
2234
 
-
 
2235
		LOGGER.info("partnerMonthSaleMap" + partnerMonthSaleMap);
-
 
2236
 
2235
		Map<Integer, CustomRetailer> customRetailerMap = retailerService.getFofoRetailerUserId(fofoIds);
2237
		Map<Integer, CustomRetailer> customRetailerMap = retailerService.getFofoRetailerUserId(fofoIds);
2236
 
2238
 
2237
		model.addAttribute("customRetailerMap", customRetailerMap);
2239
		model.addAttribute("customRetailerMap", customRetailerMap);
2238
 
2240
 
2239
		model.addAttribute("customRetailerMap", customRetailerMap);
2241
		model.addAttribute("customRetailerMap", customRetailerMap);