Subversion Repositories SmartDukaan

Rev

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

Rev 35078 Rev 35094
Line 150... Line 150...
150
        List<String> categoryTeamMails = categoryAuthUserList.stream().map(x -> x.getEmailId()).collect(Collectors.toList());
150
        List<String> categoryTeamMails = categoryAuthUserList.stream().map(x -> x.getEmailId()).collect(Collectors.toList());
151
 
151
 
152
        List<String> allEmails = new ArrayList<>(Arrays.asList(
152
        List<String> allEmails = new ArrayList<>(Arrays.asList(
153
                "sm@smartdukaan.com",
153
                "sm@smartdukaan.com",
154
                "raj.singh@smartdukaan.com",
154
                "raj.singh@smartdukaan.com",
155
                "tarun.verma@smartdukaan.com",
155
                "ranu.rajput@smartdukaan.com",
156
                "amit.gupta@smartdukaan.com"
156
                "tarun.verma@smartdukaan.com"
157
        ));
157
        ));
158
 
158
 
159
//         niranjan kala(authId -54) Team Emails,
159
//         niranjan kala(authId -54) Team Emails,
160
        List<Integer> allReportees = authService.getAllReportees(54);
160
        List<Integer> allReportees = authService.getAllReportees(54);
161
        List<AuthUser> authUsers = authRepository.selectAllAuthUserByIds(allReportees);
161
        List<AuthUser> authUsers = authRepository.selectAllAuthUserByIds(allReportees);