From 197904a0d17c1ce5e8976aef923642a4e5c4c608 Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 화, 07 12월 2021 16:41:01 +0900
Subject: [PATCH] 연관, 하위 이슈 컬럼 간헐적 조회 오류 수정

---
 src/main/webapp/scripts/components/api/api.service.js |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/scripts/components/api/api.service.js b/src/main/webapp/scripts/components/api/api.service.js
index 6b797a9..11382e0 100644
--- a/src/main/webapp/scripts/components/api/api.service.js
+++ b/src/main/webapp/scripts/components/api/api.service.js
@@ -46,6 +46,12 @@
                     $log.debug("�씠�뒋 �쑀�삎 以묐났媛� �닔�젙 寃곌낵 : ", response);
                     return response;
                 });
+            },
+            findHistory : function (conditions) {
+                return $http.post("api/findHistory", conditions).then(function (response) {
+                    $log.debug("API �씠�뒋 �벑濡� 湲곕줉 議고쉶 寃곌낵 : ", response);
+                    return response;
+                });
             }
         }
     }

--
Gitblit v1.8.0