OWL ITS + 탐지시스템(인터넷 진흥원)
wyu
2021-12-02 c84a58af50fc2a966b8fd2420a1c26bb0ef3a916
src/main/java/kr/wisestone/owl/service/impl/ProjectServiceImpl.java
@@ -140,7 +140,7 @@
        //  상태 체크
        this.verifyProjectStatus(projectForm.getStatus());
        //  날짜 유효성 체크
        this.checkStartEndDate(projectForm.getStartDate(), projectForm.getEndDate());
        //this.checkStartEndDate(projectForm.getStartDate(), projectForm.getEndDate());
        //  관리자 유효성 체크
        this.verifyManager(projectForm.getManagerIds());
@@ -518,7 +518,7 @@
        //  상태 체크
        this.verifyProjectStatus(projectForm.getStatus());
        //  날짜 유효성 체크
        this.checkStartEndDate(projectForm.getStartDate(), projectForm.getEndDate());
        //this.checkStartEndDate(projectForm.getStartDate(), projectForm.getEndDate());
        //  관리자 유효성 체크
        this.verifyManager(projectForm.getManagerIds());