Subversion Repositories SmartDukaan

Rev

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

Rev 31465 Rev 31470
Line 980... Line 980...
980
		List<Integer> categoryIds = Arrays.asList(ProfitMandiConstants.TICKET_CATEGORY_LOGISTICS,
980
		List<Integer> categoryIds = Arrays.asList(ProfitMandiConstants.TICKET_CATEGORY_LOGISTICS,
981
				ProfitMandiConstants.TICKET_CATEGORY_FINANCIAL_SERVICES, ProfitMandiConstants.TICKET_CATEGORY_CATEGORY,
981
				ProfitMandiConstants.TICKET_CATEGORY_FINANCIAL_SERVICES, ProfitMandiConstants.TICKET_CATEGORY_CATEGORY,
982
				ProfitMandiConstants.TICKET_CATEGORY_RBM, ProfitMandiConstants.TICKET_CATEGORY_SALES,
982
				ProfitMandiConstants.TICKET_CATEGORY_RBM, ProfitMandiConstants.TICKET_CATEGORY_SALES,
983
				ProfitMandiConstants.TICKET_CATEGORY_MARKETING, ProfitMandiConstants.TICKET_CATEGORY_ACCOUNTS,
983
				ProfitMandiConstants.TICKET_CATEGORY_MARKETING, ProfitMandiConstants.TICKET_CATEGORY_ACCOUNTS,
984
				ProfitMandiConstants.TICKET_CATEGORY_BUSINESSINTELLIGENT,
984
				ProfitMandiConstants.TICKET_CATEGORY_BUSINESSINTELLIGENT,
985
				ProfitMandiConstants.TICKET_CATEGORY_TECHNOLOGY);
985
				ProfitMandiConstants.TICKET_CATEGORY_TECHNOLOGY,ProfitMandiConstants.TICKET_CATEGORY_TRAINING);
986
 
986
 
987
		Map<String, Set<Integer>> storeGuyMap = this.getAuthUserPartnerIdMappingByCategoryIds(categoryIds, active);
987
		Map<String, Set<Integer>> storeGuyMap = this.getAuthUserPartnerIdMappingByCategoryIds(categoryIds, active);
988
		Set<Integer> authfofoIds = storeGuyMap.get(email);
988
		Set<Integer> authfofoIds = storeGuyMap.get(email);
989
 
989
 
990
		AuthUser authUser = authRepository.selectByEmailOrMobile(email);
990
		AuthUser authUser = authRepository.selectByEmailOrMobile(email);