OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2021-12-07 dbd041f0d099e863c044197b2755e9e8ef3c3da1
src/main/java/kr/wisestone/owl/web/form/IssueForm.java
@@ -15,6 +15,8 @@
 * Created by wisestone on 2018-01-03.
 */
public class IssueForm {
    private Long id;
    private Long projectId;
    private Long issueStatusId;
@@ -227,6 +229,12 @@
        this.departmentIds = departmentIds;
    }
    public void addDepartmentId(Long departmentId) {
        if (this.departmentIds != null) {
            this.departmentIds.add(departmentId);
        }
    }
    public List<Long> getRemoveFiles() {
        return removeFiles;
    }