OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2022-03-14 fe21896bff9b9305df0294e0352b343e0dd4d0b9
src/main/java/kr/wisestone/owl/service/ProjectRoleUserService.java
@@ -14,11 +14,11 @@
    ProjectRoleUser findByProjectRoleIdAndUserId(Long projectRoleId, Long userId); //담당자
    ProjectRoleUser findByProjectRoleIdAndDepartmentId(Long projectRoleId, Long departmentId); //담당부서
    void withDrawWorkspaceManagerModifyProjectRole(Workspace workspace, User user);
    List<Map<String, Object>> findProjectRoleUser(Map<String, Object> projectRoleUserMap);
    boolean checkProjectManager(Project project);
    Map<String, Object> findProjectManager(Long userId);
    boolean checkProjectManager(Project project, User user);
}