| | |
| | | package kr.wisestone.owl.mapper; |
| | | |
| | | import kr.wisestone.owl.domain.User; |
| | | import kr.wisestone.owl.web.condition.UserCondition; |
| | | import org.springframework.stereotype.Repository; |
| | | |
| | |
| | | |
| | | 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); |
| | | } |