From a8b47ed588d009da58f103221b16bbe2a578ec39 Mon Sep 17 00:00:00 2001 From: jhjang <jhjang@maprex.co.kr> Date: 화, 07 12월 2021 21:29:15 +0900 Subject: [PATCH] - api 문서 메뉴 추가 완료 - 기존 api 설정 메뉴 오류 수정 --- src/main/webapp/scripts/components/user/user.service.js | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/scripts/components/user/user.service.js b/src/main/webapp/scripts/components/user/user.service.js index b9fac63..f6f321b 100644 --- a/src/main/webapp/scripts/components/user/user.service.js +++ b/src/main/webapp/scripts/components/user/user.service.js @@ -40,6 +40,12 @@ return response; }); }, + updateLastIssueType : function (conditions) { + return $http.post("user/updateLastIssueType", conditions).then(function (response) { + $log.debug("�궗�슜�옄媛� 留덉�留됱쑝濡� �꽑�깮�븳 �씠�뒋 �쑀�삎 : ", response); + return response; + }); + }, find : function (conditions) { return $http.post("user/find", conditions).then(function (response) { $log.debug("�궗�슜�옄 紐⑸줉 �뜲�씠�꽣 : ", response); -- Gitblit v1.8.0