OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2021-11-03 aa5f2612d0b035a210dda5818e0d3d166efa6a0a
src/main/java/kr/wisestone/owl/service/impl/UserLevelServiceImpl.java
@@ -100,7 +100,7 @@
                this.userLevelRepository.deleteById(id);
            } else {
                throw new OwlRuntimeException(
                        this.messageAccessor.getMessage(MsgConstants.USER_LEVEL_ALREADY));
                        this.messageAccessor.getMessage(MsgConstants.USER_LEVEL_ALREADY_IN_USE));
            }
        }