| 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);
|