Compare commits
3 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
1e4687ece0 | |
|
|
ed696e01f7 | |
|
|
94853eb230 |
|
|
@ -185,3 +185,4 @@ fabric.properties
|
||||||
hs_err_pid*
|
hs_err_pid*
|
||||||
replay_pid*
|
replay_pid*
|
||||||
|
|
||||||
|
!ojdbc-14.jar
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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.
Loading…
Reference in New Issue