Compare commits

...

3 Commits

Author SHA1 Message Date
강석 최 1e4687ece0 ojdbc-14.jar 추가 2022-03-25 12:02:30 +09:00
강석 최 ed696e01f7 !ojdbc-14.jar 추가 2022-03-25 12:01:17 +09:00
강석 최 94853eb230 테스트 2022-03-25 09:08:31 +09:00
5 changed files with 16 additions and 20 deletions

1
.gitignore vendored
View File

@ -185,3 +185,4 @@ fabric.properties
hs_err_pid* hs_err_pid*
replay_pid* replay_pid*
!ojdbc-14.jar

View File

@ -36,8 +36,6 @@ import kcg.faics.member.vo.MemberVO;
import kcg.faics.sec.AuthType; import kcg.faics.sec.AuthType;
import kcg.faics.sec.LoginUserVO; import kcg.faics.sec.LoginUserVO;
import kcg.faics.sec.UserUtil; import kcg.faics.sec.UserUtil;
import kcg.faics.target.service.impl.DivMngServiceImpl;
import kcg.faics.target.vo.DivMngVO;
import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;

View File

@ -17,8 +17,6 @@ import kcg.faics.fa.vo.EduSearchVO;
import kcg.faics.fa.vo.EduVO; import kcg.faics.fa.vo.EduVO;
import kcg.faics.sec.LoginUserVO; import kcg.faics.sec.LoginUserVO;
import kcg.faics.sec.UserUtil; import kcg.faics.sec.UserUtil;
import kcg.faics.target.vo.DivMngSearchVO;
import kcg.faics.target.vo.DivMngVO;
import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;

View File

@ -957,8 +957,7 @@
FROM ( FROM (
SELECT SELECT
ROWNUM AS RNUM, T.* ROWNUM AS RNUM, T.*
FROM FROM (SELECT
(SELECT
(IN_PLACE_NAME || '외사-' || IN_PLACE_NUM) AS docNo, (IN_PLACE_NAME || '외사-' || IN_PLACE_NUM) AS docNo,
(SELECT NAME FROM Rpt_Category WHERE TYPE = 1 AND CODE = RPT.IN_CATEGORY1) AS inCategory1Str, (SELECT NAME FROM Rpt_Category WHERE TYPE = 1 AND CODE = RPT.IN_CATEGORY1) AS inCategory1Str,
(SELECT NAME FROM Rpt_Category WHERE TYPE = 2 AND CODE = RPT.IN_CATEGORY2) AS inCategory2Str, (SELECT NAME FROM Rpt_Category WHERE TYPE = 2 AND CODE = RPT.IN_CATEGORY2) AS inCategory2Str,

Binary file not shown.