Subversion Repositories SmartDukaan

Rev

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

Rev 30151 Rev 30152
Line 589... Line 589...
589
						return (x.getId() != 411 && x.getId() != 612) || date1.isBefore(LocalDate.of(2021, 12, 1));
589
						return (x.getId() != 411 && x.getId() != 612) || date1.isBefore(LocalDate.of(2021, 12, 1));
590
					}).collect(Collectors.toList());
590
					}).collect(Collectors.toList());
591
			// Remove 411 and 612
591
			// Remove 411 and 612
592
			model.addAttribute("schemes", schemes);
592
			model.addAttribute("schemes", schemes);
593
			// For 7720(HR) remove investment
593
			// For 7720(HR) remove investment
594
			int nlc = this.getNlc(item, loginDetails.getFofoId(), schemes, tagListing, searchModel);
594
			//int nlc = this.getNlc(item, loginDetails.getFofoId(), schemes, tagListing, searchModel);
595
			model.addAttribute("nlc", Math.round(nlc));
595
			//model.addAttribute("nlc", Math.round(nlc));
596
			return "schemes";
596
			return "schemes";
597
 
597
 
598
		} else if (org.apache.commons.lang3.StringUtils.isNotEmpty(searchImei)) {
598
		} else if (org.apache.commons.lang3.StringUtils.isNotEmpty(searchImei)) {
599
 
599
 
600
			LOGGER.info("searchImei" + searchImei);
600
			LOGGER.info("searchImei" + searchImei);