OWL ITS + 탐지시스템(인터넷 진흥원)
wyu
2021-12-07 d71d945fd2d4d8faa4b293054accb09283432043
src/main/webapp/scripts/components/HostingField/hostingField.service.js
@@ -39,8 +39,8 @@
                });
            },
            // 업체/ISP/호스팅 조회
            getCompanyList : function (conditions) {
                return $http.post("company/getCompanyList", conditions).then(function (response) {
            getPartnerList : function (conditions) {
                return $http.post("company/getPartnerList", conditions).then(function (response) {
                    $log.debug("업체/isp/호스팅 목록 조회 결과 : ", response);
                    return response;
                });