출퇴근콘솔에 조현희주임 안나오는 현상
This commit is contained in:
parent
d3bd8fe3ec
commit
c274235e7e
@ -17,11 +17,12 @@ public enum UserEnum {
|
||||
,user9("&@~zO4oUG4dNtiVfnDdfCWM2A==","장영익", "실장")
|
||||
,user10("&@~O+736xoPn0FzMuPQufff1w==","김상훈", "본부장")
|
||||
// ,user11("&@~E8RB3p27IfRVEhNefMu2Vw==","김보미", "대리")
|
||||
,user12("&@~47amAycYJ4ZT8BZDi6a2sA==","이설희", "주임")
|
||||
,user13("&@~KPBL+GIy7i2agV7V57MZWg==","정다은", "대리")
|
||||
// ,user12("&@~47amAycYJ4ZT8BZDi6a2sA==","이설희", "주임")
|
||||
,user13("&@~tuIqQtGVVzz6rRunF/jHUQ==","정다은", "대리")
|
||||
,user14("&@~KPBL+GIy7i2agV7V57MZWg==","조현희", "주임")
|
||||
,user15("&@~S6vaRrMJmeRjp0T8z+/ybg==","강민경", "팀장")
|
||||
,user16("&@~7mpJXFU+euFUNEdHmHLQVQ==","정수빈", "대리")
|
||||
,user17("&@~+BL2FKvmIQc/jIyHvz0jew==","박은지", "주임")
|
||||
// ,user17("&@~+BL2FKvmIQc/jIyHvz0jew==","박은지", "주임")
|
||||
|
||||
// ,user18("&@~l+Zs/I7piSIFu9WBQaI1eg==","박세희R", "알바")
|
||||
|
||||
|
||||
@ -102,6 +102,7 @@ public class CommuteServiceImpl implements CommuteService {
|
||||
t.setLastActivityTimeMemo(this.getLeaveWorkEarly(t.getLastActivityTime()));
|
||||
|
||||
|
||||
|
||||
if(StringUtils.isNotEmpty(t.getUsrid())){
|
||||
UserVO matchedUser = userAllVO.stream()
|
||||
.filter(user -> user.getBiostarId().equals(t.getUsrid()))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user