OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2021-11-08 f50a2f797e9e43833b9b8b7ba297a2da6dac1321
src/main/java/kr/wisestone/owl/mapper/UserLevelMapper.java
@@ -14,19 +14,7 @@
public interface UserLevelMapper {
    List<Map<String, Object>> find(UserLevelCondition userLevelCondition);
    List<Map<String, Object>> findAdmin();
    List<Map<String, Object>> findProjectMember(UserLevelCondition userLevelCondition);
    Long count(UserLevelCondition userLevelCondition);
    void deleteCascadeUser(UserLevelCondition userLevelCondition);
    List<Map<String, Object>> findByReservationNotifyTime(Map<String, Object> conditions);
    List<Map<String, Object>> findByAllWorkspace(UserLevelCondition userLevelCondition);
    Long countByAllWorkspace(UserLevelCondition userLevelCondition);
    List<Map<String, Object>> findEvent();