OWL ITS + 탐지시스템(인터넷 진흥원)
박지현
2022-02-09 4e8908de38e0c64a20547dd892dca1d1f9f1bc63
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);
}