OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2021-12-15 de2abff4377c9ee83161c954a51de4c9390fff76
src/main/java/kr/wisestone/owl/mapper/UserMapper.java
@@ -1,5 +1,6 @@
package kr.wisestone.owl.mapper;
import kr.wisestone.owl.domain.User;
import kr.wisestone.owl.web.condition.UserCondition;
import org.springframework.stereotype.Repository;
@@ -23,10 +24,15 @@
    List<Map<String, Object>> findByReservationNotifyTime(Map<String, Object> conditions);
    List<Map<String, Object>> findByRealTimeNotifyTime(Map<String, Object> conditions);
    List<Map<String, Object>> findByAllWorkspace(UserCondition userCondition);
    Long countByAllWorkspace(UserCondition userCondition);
    List<Map<String, Object>> findEvent();
    Long findByLevelId(Long levelId);
    Map<String, Object> findByMyLevelAndDepartment(Long id);
}