Subversion Repositories SmartDukaan

Rev

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

Rev 26298 Rev 26460
Line 69... Line 69...
69
 
69
 
70
			if (fileName.equalsIgnoreCase("LeadsReport")) {
70
			if (fileName.equalsIgnoreCase("LeadsReport")) {
71
				if (paramsMap == null) {
71
				if (paramsMap == null) {
72
					paramsMap = new HashMap<String, String>();
72
					paramsMap = new HashMap<String, String>();
73
				}
73
				}
74
				Map<Integer, List<Integer>> mapping = csService.getL1L2Mapping();
74
				Map<Integer, List<Integer>> mapping = csService.getL2L1Mapping();
75
 
75
 
76
				AuthUser authUser = authRepository.selectByEmailOrMobile(loginDetails.getEmailId());
76
				AuthUser authUser = authRepository.selectByEmailOrMobile(loginDetails.getEmailId());
77
 
77
 
78
				List<Integer> authIds = mapping.get(authUser.getId());
78
				List<Integer> authIds = mapping.get(authUser.getId());
79
				if (authIds == null) {
79
				if (authIds == null) {