OWL ITS + 탐지시스템(인터넷 진흥원)
jhjang
2022-01-06 2a505f9dd1dffdba10876c9e33aae5f79561f342
src/main/webapp/scripts/components/issue/issue.service.js
@@ -144,6 +144,12 @@
                    $log.debug("이슈 이메일 발송 결과 : ", response);
                    return response;
                });
            },
            sendCommonEmail : function (conditions) {
                return $http.post("issue/sendCommonEmail", conditions).then(function (response) {
                    $log.debug("이슈 이메일 발송 결과 : ", response);
                    return response;
                });
            }
        }
    }