import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.util.CollectionUtils;
@ -31,8 +29,6 @@ import com.ai.bss.user.service.api.UserDtoQuery;
@Service
public class EmployeeManagementServiceImpl implements EmployeeManagementService {
Logger logger = LoggerFactory.getLogger(EmployeeManagementServiceImpl.class);
@Autowired
private UserDtoQuery userDtoQuery;
|
||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
|
|
5 |
|
|
6 |
|
|
7 |
|
|
4 |
|
|
5 |
|
|
6 |
|
|
7 |
|
|
8 |
|
|
9 |
|
|
10 |
|
|
11 |
|
|
8 | 12 |
|
9 | 13 |
|
10 | 14 |
|
11 | 15 |
|
12 | 16 |
|
13 |
|
|
14 |
|
|
15 |
|
|
16 |
|
|
17 |
|
|
18 |
|
|
17 |
|
|
18 |
|
|
19 |
|
|
20 |
|
|
19 | 21 |
|
20 | 22 |
|
21 | 23 |
|
|
||
26 | 28 |
|
27 | 29 |
|
28 | 30 |
|
29 |
|
|
31 |
|
|
30 | 32 |
|
31 | 33 |
|
32 | 34 |
|
|
||
99 | 99 |
|
100 | 100 |
|
101 | 101 |
|
102 |
|
|
103 |
|
|
104 |
|
|
105 |
|
|
106 |
|
|
107 |
|
|
108 |
|
|
109 |
|
|
110 |
|
|
111 |
|
|
112 | 102 |
|
|
||
1 | 1 |
|
2 | 2 |
|
3 |
|
|
3 |
|
|
4 |
|
|
5 |
|
|
6 |
|
|
7 |
|
|
8 |
|
|
9 |
|
|
10 |
|
|
11 |
|
|
12 |
|
|
13 |
|
|
14 |
|
|
15 |
|
|
4 | 16 |
|
5 | 17 |
|
6 | 18 |
|
|
||
20 | 32 |
|
21 | 33 |
|
22 | 34 |
|
23 |
|
|
24 |
|
|
25 |
|
|
26 |
|
|
27 |
|
|
28 |
|
|
29 |
|
|
30 |
|
|
35 |
|
|
31 | 36 |
|
32 | 37 |
|
33 | 38 |
|
|
||
35 | 40 |
|
36 | 41 |
|
37 | 42 |
|
38 |
|
|
43 |
|
|
39 | 44 |
|
40 | 45 |
|
41 | 46 |
|