등록안된부분 처리중 힣 추가하여 이름순 맨 아래로 나오게 수정

This commit is contained in:
hylee 2024-09-04 11:48:33 +09:00
parent ae87905c53
commit 3004dddccc

View File

@ -98,7 +98,7 @@ public class CommuteServiceImpl implements CommuteService {
t.setUsrid(userEnum.userName());
t.setPstn(userEnum.pstn());
}catch (Exception e){
t.setUsrid("등록해야함");
t.setUsrid("등록해야함");
}
}
});