From f2ad0cefdd2fc83040a5d915a2c7dd37783f4395 Mon Sep 17 00:00:00 2001
From: 이민희 <mhlee@maprex.co.kr>
Date: 금, 26 11월 2021 22:44:24 +0900
Subject: [PATCH] useCompany -> usePartner 명칭 변경 * DB 초기화 필요

---
 src/main/webapp/scripts/components/utils/autoComplete.controller.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/scripts/components/utils/autoComplete.controller.js b/src/main/webapp/scripts/components/utils/autoComplete.controller.js
index 1dd6f18..abdc4fb 100644
--- a/src/main/webapp/scripts/components/utils/autoComplete.controller.js
+++ b/src/main/webapp/scripts/components/utils/autoComplete.controller.js
@@ -36,7 +36,7 @@
                 $scope.fn.getIssueDepartmentList = getIssueDepartmentList;    //  �떞�떦�옄 -> �떞�떦遺��꽌 紐⑸줉 �젙蹂대�� 議고쉶�븳�떎.
                 $scope.fn.getIssueIspFieldList = getIssueIspFieldList;    //  ISP 紐⑸줉 �젙蹂대�� 議고쉶�븳�떎.
                 $scope.fn.getIssueHostingFieldList = getIssueHostingFieldList;    //  �샇�뒪�똿 紐⑸줉 �젙蹂대�� 議고쉶�븳�떎.
-                $scope.fn.getCompanyList = getCompanyList;          // �뾽泥�/isp/�샇�뒪�똿 紐⑸줉 議고쉶
+                $scope.fn.getPartnerList = getPartnerList;          // �뾽泥�/isp/�샇�뒪�똿 紐⑸줉 議고쉶
                 $scope.fn.getIssueTypeList = getIssueTypeList;          // �씠�뒋 �쑀�삎 紐⑸줉 議고쉶
 
                 function getUserList(query, excludeList, page, callBack) {
@@ -370,9 +370,9 @@
                     return deferred.promise;
                 }
 
-                function getCompanyList(query, excludeList, page, callBack) {
+                function getPartnerList(query, excludeList, page, callBack) {
                     var conditions = {
-                        hostingName : query,
+                        partnerName : query,
                         excludeIds : (function () {
                             var excludeIds = [];
 

--
Gitblit v1.8.0