사원중복체크 API 추가, 스웨거 토큰 정보 저장 기능 추가
This commit is contained in:
@@ -42,4 +42,14 @@ public class AdminService {
|
||||
public void updateMembers(UUID uuid, MembersDto.UpdateReq updateReq) {
|
||||
membersCoreService.updateMembers(uuid, updateReq);
|
||||
}
|
||||
|
||||
/**
|
||||
* 사번 중복 체크
|
||||
*
|
||||
* @param employeeNo
|
||||
* @return
|
||||
*/
|
||||
public boolean existsByEmployeeNo(String employeeNo) {
|
||||
return membersCoreService.existsByEmployeeNo(employeeNo);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user