패키지 경로 수정

main
이범준 1 year ago
parent 5e211c8a4a
commit 48ae03d0b9

@ -58,13 +58,13 @@
, mdfr , mdfr
FROM xit_bbs FROM xit_bbs
<where> <where>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(bbsId)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(bbsId)">
AND BBS_ID = #{bbsId} AND BBS_ID = #{bbsId}
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(parntsSntncNo)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(parntsSntncNo)">
AND PARNTS_SNTNC_NO = #{parntsSntncNo} AND PARNTS_SNTNC_NO = #{parntsSntncNo}
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(useYn)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(useYn)">
AND USE_YN = #{useYn} AND USE_YN = #{useYn}
</if> </if>
</where> </where>

@ -11,7 +11,7 @@
,DSCRP AS "dscrp" ,DSCRP AS "dscrp"
FROM tb_code_ctgr FROM tb_code_ctgr
WHERE USE_YN = 'Y' WHERE USE_YN = 'Y'
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(ctgrId)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(ctgrId)">
AND CTGR_ID = #{ctgrId} AND CTGR_ID = #{ctgrId}
</if> </if>
</select> </select>
@ -27,10 +27,10 @@
, CTGR_ID AS "ctgrId" , CTGR_ID AS "ctgrId"
FROM tb_code_grp FROM tb_code_grp
WHERE USE_YN = 'Y' WHERE USE_YN = 'Y'
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(grpId)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(grpId)">
AND GRP_ID = #{grpId} AND GRP_ID = #{grpId}
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(ctgrId)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(ctgrId)">
AND CTGR_ID = #{ctgrId} AND CTGR_ID = #{ctgrId}
</if> </if>
</select> </select>
@ -46,7 +46,7 @@
,DSCRP AS "dscrp" ,DSCRP AS "dscrp"
FROM tb_cmn_code FROM tb_cmn_code
WHERE USE_YN = 'Y' WHERE USE_YN = 'Y'
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(grpId)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(grpId)">
AND GRP_ID = #{grpId} AND GRP_ID = #{grpId}
</if> </if>
</select> </select>
@ -63,7 +63,7 @@
,DSCRP AS "dscrp" ,DSCRP AS "dscrp"
FROM XIT_ORGNZT_INFO FROM XIT_ORGNZT_INFO
WHERE 1=1 WHERE 1=1
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(orgId)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(orgId)">
AND ORG_ID LIKE #{orgId} AND ORG_ID LIKE #{orgId}
</if> </if>
</select> </select>
@ -80,7 +80,7 @@
,DSCRP AS "dscrp" ,DSCRP AS "dscrp"
FROM XIT_AUTHOR_GROUP_INFO FROM XIT_AUTHOR_GROUP_INFO
WHERE 1=1 WHERE 1=1
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(grpId)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(grpId)">
AND GRP_ID LIKE #{grpId} AND GRP_ID LIKE #{grpId}
</if> </if>
</select> </select>

@ -109,7 +109,7 @@
AND CONECT_ID IS NOT NULL AND CONECT_ID IS NOT NULL
) B ON A.USER_ID = B.USER_ID ) B ON A.USER_ID = B.USER_ID
WHERE B.USER_ID IS NULL WHERE B.USER_ID IS NULL
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(userId)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(userId)">
AND B.USER_ID = #{userId} AND B.USER_ID = #{userId}
</if> </if>
</select> </select>
@ -147,9 +147,9 @@
,MDFR ,MDFR
FROM XIT_BBS FROM XIT_BBS
WHERE 1=1 WHERE 1=1
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(bbsId )">AND BBS_ID = #{bbsId }</if> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(bbsId )">AND BBS_ID = #{bbsId }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(parntsSntncNo)">AND PARNTS_SNTNC_NO = #{parntsSntncNo}</if> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(parntsSntncNo)">AND PARNTS_SNTNC_NO = #{parntsSntncNo}</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(useYn )">AND USE_YN = #{useYn }</if> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(useYn )">AND USE_YN = #{useYn }</if>
ORDER BY REG_DT DESC ORDER BY REG_DT DESC
</select> </select>
<select id="findXitUserInfoByAccountInfo" resultType="cokr.xit.fims.framework.biz.mng.user.XitUserInfoVO"> <select id="findXitUserInfoByAccountInfo" resultType="cokr.xit.fims.framework.biz.mng.user.XitUserInfoVO">

@ -47,16 +47,16 @@
/* cmm-ansTmpl-mysql-mapper|selectCmmAnsTmplList-공통 답변 템플릿 목록 조회|sjh88 */ /* cmm-ansTmpl-mysql-mapper|selectCmmAnsTmplList-공통 답변 템플릿 목록 조회|sjh88 */
<include refid="sqlCmmAnsTmpl"/> <include refid="sqlCmmAnsTmpl"/>
<where> <where>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(tmplatNm)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(tmplatNm)">
AND tcat.tmplat_nm LIKE CONCAT('%',#{tmplatNm},'%') AND tcat.tmplat_nm LIKE CONCAT('%',#{tmplatNm},'%')
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(tmplatId)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(tmplatId)">
AND tcat.tmplat_id = #{tmplatId} AND tcat.tmplat_id = #{tmplatId}
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(answerSeCode)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(answerSeCode)">
AND tcatd.answer_se_code = #{answerSeCode} AND tcatd.answer_se_code = #{answerSeCode}
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(resnCode)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(resnCode)">
AND tcatd.resn_code = #{resnCode} AND tcatd.resn_code = #{resnCode}
</if> </if>
</where> </where>
@ -140,10 +140,10 @@
<update id="updateCmmAnsTmplDtl"> <update id="updateCmmAnsTmplDtl">
UPDATE tb_cmm_ans_tmpl_dtl UPDATE tb_cmm_ans_tmpl_dtl
SET SET
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(delYn)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(delYn)">
del_yn = #{delYn} del_yn = #{delYn}
</if> </if>
<if test="!@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(delYn)"> <if test="!@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(delYn)">
answer_cn = IF(answer_cn = #{answerCn}, answer_cn, #{answerCn}) answer_cn = IF(answer_cn = #{answerCn}, answer_cn, #{answerCn})
</if> </if>
, mdfcn_dt = DATE_FORMAT(NOW(), '%Y%m%d%H%i%s') , mdfcn_dt = DATE_FORMAT(NOW(), '%Y%m%d%H%i%s')

@ -25,10 +25,10 @@
LEFT OUTER JOIN XIT_VW_USER_MASTR B ON A.CONECT_ID = B.USER_ID LEFT OUTER JOIN XIT_VW_USER_MASTR B ON A.CONECT_ID = B.USER_ID
</sql> </sql>
<sql id="findList_WHERE"> <sql id="findList_WHERE">
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(searchWrd)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(searchWrd)">
AND A.CONECT_MTHD LIKE CONCAT('%',#{searchWrd},'%') AND A.CONECT_MTHD LIKE CONCAT('%',#{searchWrd},'%')
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(searchBgnDe)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(searchBgnDe)">
AND DATE_FORMAT(A.CREAT_DT, '%Y%m%d') BETWEEN #{searchBgnDe} AND #{searchEndDe} AND DATE_FORMAT(A.CREAT_DT, '%Y%m%d') BETWEEN #{searchBgnDe} AND #{searchEndDe}
</if> </if>
</sql> </sql>

@ -63,7 +63,7 @@
, 0 AS "statsCo" , 0 AS "statsCo"
FROM XIT_SYS_LOG_SUMRY FROM XIT_SYS_LOG_SUMRY
WHERE OCCRRNC_DE BETWEEN REPLACE(#{fromDate},'-','') AND REPLACE(#{toDate},'-','') WHERE OCCRRNC_DE BETWEEN REPLACE(#{fromDate},'-','') AND REPLACE(#{toDate},'-','')
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(detailStatsKind)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(detailStatsKind)">
AND SRVC_NM LIKE CONCAT('%',#{detailStatsKind} '%') AND SRVC_NM LIKE CONCAT('%',#{detailStatsKind} '%')
</if> </if>
<if test="'Y'.toString() == pdKind"> <if test="'Y'.toString() == pdKind">
@ -105,7 +105,7 @@
, 0 AS "errorCo" , 0 AS "errorCo"
FROM XIT_CONECT_LOG FROM XIT_CONECT_LOG
WHERE 1=1 WHERE 1=1
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(detailStatsKind)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(detailStatsKind)">
AND CONECT_ID = #{detailStatsKind} AND CONECT_ID = #{detailStatsKind}
</if> </if>
<!-- 시작일자~종료일자 기간제한 --> <!-- 시작일자~종료일자 기간제한 -->

@ -28,7 +28,7 @@
LEFT OUTER JOIN tb_login_policy B ON A.USER_ID = B.USER_ID LEFT OUTER JOIN tb_login_policy B ON A.USER_ID = B.USER_ID
</sql> </sql>
<sql id="findList_WHERE"> <sql id="findList_WHERE">
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(searchKeyword)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(searchKeyword)">
<choose> <choose>
<when test="'1'.toString() == searchCondition"> <when test="'1'.toString() == searchCondition">
AND A.USER_NM LIKE CONCAT('%',#{searchKeyword},'%') AND A.USER_NM LIKE CONCAT('%',#{searchKeyword},'%')

@ -12,13 +12,13 @@
, author_creat_de , author_creat_de
FROM xit_author_info FROM xit_author_info
<where> <where>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(authorCode)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(authorCode)">
AND author_code = #{authorCode} AND author_code = #{authorCode}
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(authorNm)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(authorNm)">
AND INSTR(author_nm, #{authorNm}) > 0 AND INSTR(author_nm, #{authorNm}) > 0
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(dscrp)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(dscrp)">
AND INSTR(dscrp, #{dscrp}) > 0 AND INSTR(dscrp, #{dscrp}) > 0
</if> </if>
</where> </where>
@ -120,10 +120,10 @@
, chldrn_role , chldrn_role
FROM xit_role_sclsrt_rescue FROM xit_role_sclsrt_rescue
<where> <where>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(parntsRole)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(parntsRole)">
AND parnts_role = #{parntsRole} AND parnts_role = #{parntsRole}
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(chldrnRole)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(chldrnRole)">
AND chldrn_role = #{chldrnRole} AND chldrn_role = #{chldrnRole}
</if> </if>
</where> </where>
@ -154,10 +154,10 @@
DELETE DELETE
FROM xit_role_sclsrt_rescue FROM xit_role_sclsrt_rescue
<where> <where>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(parntsRole)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(parntsRole)">
AND parnts_role = #{parntsRole} AND parnts_role = #{parntsRole}
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(chldrnRole)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(chldrnRole)">
AND chldrn_role = #{chldrnRole} AND chldrn_role = #{chldrnRole}
</if> </if>
</where> </where>

@ -26,13 +26,13 @@
ON cdc.grp_id = 'XIT012' ON cdc.grp_id = 'XIT012'
AND uss.mber_ty_code = cdc.code AND uss.mber_ty_code = cdc.code
<where> <where>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(userAcnt)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(userAcnt)">
AND INSTR(xui.USER_ACNT, #{userAcnt}) > 0 AND INSTR(xui.USER_ACNT, #{userAcnt}) > 0
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(userNm)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(userNm)">
AND INSTR(xui.user_nm, #{userNm}) > 0 AND INSTR(xui.user_nm, #{userNm}) > 0
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(grpId)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(grpId)">
AND xui.grp_id = #{grpId} AND xui.grp_id = #{grpId}
</if> </if>
</where> </where>

@ -17,7 +17,7 @@
LEFT OUTER JOIN xit_author_info xai LEFT OUTER JOIN xit_author_info xai
ON agi.author_code = xai.author_code ON agi.author_code = xai.author_code
<where> <where>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(groupNm)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(groupNm)">
AND agi.group_nm = #{groupNm} AND agi.group_nm = #{groupNm}
</if> </if>
</where> </where>

@ -16,13 +16,13 @@
, role_creat_de , role_creat_de
FROM xit_role_info FROM xit_role_info
<where> <where>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(roleCode)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(roleCode)">
AND role_code = #{roleCode} AND role_code = #{roleCode}
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(roleNm)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(roleNm)">
AND INSTR(role_nm, #{roleNm}) > 0 AND INSTR(role_nm, #{roleNm}) > 0
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(roleTy)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(roleTy)">
AND role_ty = #{roleTy} AND role_ty = #{roleTy}
</if> </if>
</where> </where>

@ -27,7 +27,7 @@
</sql> </sql>
<sql id="findList_WHERE"> <sql id="findList_WHERE">
AND USE_YN = 'Y' AND USE_YN = 'Y'
<!-- <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(searchKeyword)"> --> <!-- <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(searchKeyword)"> -->
<if test="'0'.toString() == searchCondition"> <if test="'0'.toString() == searchCondition">
AND A.BATCH_OPERT_NM LIKE CONCAT('%',#{searchKeyword},'%') AND A.BATCH_OPERT_NM LIKE CONCAT('%',#{searchKeyword},'%')
</if> </if>

@ -37,13 +37,13 @@
<if test="sttus != null and sttus != '00'"> <if test="sttus != null and sttus != '00'">
AND A.STTUS = #{sttus} AND A.STTUS = #{sttus}
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(searchKeywordFrom)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(searchKeywordFrom)">
AND SUBSTRING(A.EXECUT_BEGIN_TM,1, 8) &gt;= #{searchKeywordFrom} AND SUBSTRING(A.EXECUT_BEGIN_TM,1, 8) &gt;= #{searchKeywordFrom}
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(searchKeywordTo)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(searchKeywordTo)">
AND SUBSTRING(A.EXECUT_BEGIN_TM,1, 8) &lt;= #{searchKeywordTo} AND SUBSTRING(A.EXECUT_BEGIN_TM,1, 8) &lt;= #{searchKeywordTo}
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(searchKeyword)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(searchKeyword)">
<if test="'0'.toString() == searchCondition"> <if test="'0'.toString() == searchCondition">
AND B.BATCH_OPERT_NM LIKE CONCAT('%',#{searchKeyword},'%') AND B.BATCH_OPERT_NM LIKE CONCAT('%',#{searchKeyword},'%')
</if> </if>

@ -35,7 +35,7 @@
INNER JOIN tb_cmn_code C ON A.EXECUT_CYCLE = C.CODE AND C.GRP_ID = 'XIT047' INNER JOIN tb_cmn_code C ON A.EXECUT_CYCLE = C.CODE AND C.GRP_ID = 'XIT047'
</sql> </sql>
<sql id="findList_WHERE"> <sql id="findList_WHERE">
<!-- <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(searchKeyword)"> --> <!-- <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(searchKeyword)"> -->
<if test="'0'.toString() == searchCondition"> <if test="'0'.toString() == searchCondition">
AND B.BATCH_OPERT_NM LIKE CONCAT('%',#{searchKeyword},'%') AND B.BATCH_OPERT_NM LIKE CONCAT('%',#{searchKeyword},'%')
</if> </if>

@ -48,7 +48,7 @@
LEFT OUTER JOIN XIT_TMPLAT_INFO D ON A.TMPLAT_ID = D.TMPLAT_ID AND D.USE_YN = 'Y' LEFT OUTER JOIN XIT_TMPLAT_INFO D ON A.TMPLAT_ID = D.TMPLAT_ID AND D.USE_YN = 'Y'
</sql> </sql>
<sql id="findList_WHERE"> <sql id="findList_WHERE">
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(useYn)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(useYn)">
AND A.USE_YN = #{useYn} AND A.USE_YN = #{useYn}
</if> </if>
<choose> <choose>

@ -32,7 +32,7 @@
</sql> </sql>
<sql id="findList_WHERE"> <sql id="findList_WHERE">
AND B.GRP_ID = 'XIT005' AND B.GRP_ID = 'XIT005'
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(typeFlag)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(typeFlag)">
AND A.TMPLAT_SE_CODE = #{tmplatSeCode} AND A.TMPLAT_SE_CODE = #{tmplatSeCode}
</if> </if>
<choose> <choose>

@ -51,13 +51,13 @@
<where> <where>
AND xb.bbs_id = #{bbsId} AND xb.bbs_id = #{bbsId}
AND xb.parnts_sntnc_no = 0 AND xb.parnts_sntnc_no = 0
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(nttSj)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(nttSj)">
AND xb.ntt_sj LIKE CONCAT('%',#{nttSj},'%') AND xb.ntt_sj LIKE CONCAT('%',#{nttSj},'%')
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(nttCn)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(nttCn)">
AND xb.ntt_cn LIKE CONCAT('%',#{nttCn},'%') AND xb.ntt_cn LIKE CONCAT('%',#{nttCn},'%')
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(ntcrNm)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(ntcrNm)">
AND xvum.user_nm LIKE CONCAT('%',#{ntcrNm},'%') AND xvum.user_nm LIKE CONCAT('%',#{ntcrNm},'%')
</if> </if>
</where> </where>
@ -148,10 +148,10 @@
/* board-mastr-mysql-mapper|updateBoardBasic-BBS 기본(생성) 정보 변경|sjh88 */ /* board-mastr-mysql-mapper|updateBoardBasic-BBS 기본(생성) 정보 변경|sjh88 */
UPDATE xit_bbs UPDATE xit_bbs
SET SET
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(useYn)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(useYn)">
atch_file_id = #{useYn} atch_file_id = #{useYn}
</if> </if>
<if test="!@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(useYn)"> <if test="!@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(useYn)">
ntt_sj = IF(ntt_sj = #{nttSj}, ntt_sj, #{nttSj}) ntt_sj = IF(ntt_sj = #{nttSj}, ntt_sj, #{nttSj})
, ntt_cn = IF(ntt_cn = #{nttCn}, ntt_cn, #{nttCn}) , ntt_cn = IF(ntt_cn = #{nttCn}, ntt_cn, #{nttCn})
, srt_ord = IF(srt_ord = #{srtOrd}, srt_ord, #{srtOrd}) , srt_ord = IF(srt_ord = #{srtOrd}, srt_ord, #{srtOrd})

@ -55,13 +55,13 @@
/* board-mastr-mysql-mapper|selectBoardMastrs-BBS 마스터(생성) 목록 조회|julim */ /* board-mastr-mysql-mapper|selectBoardMastrs-BBS 마스터(생성) 목록 조회|julim */
<include refid="sqlBoardMastr"/> <include refid="sqlBoardMastr"/>
<where> <where>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(useYn)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(useYn)">
AND xbm.use_yn = #{useYn} AND xbm.use_yn = #{useYn}
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(bbsNm)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(bbsNm)">
AND INSTR(xbm.bbs_nm, #{bbsNm}) > 0 AND INSTR(xbm.bbs_nm, #{bbsNm}) > 0
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(bbsTyCodeNm)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(bbsTyCodeNm)">
AND INSTR(cdc.code_val, #{bbsTyCodeNm}) > 0 AND INSTR(cdc.code_val, #{bbsTyCodeNm}) > 0
</if> </if>
</where> </where>

@ -24,10 +24,10 @@
ON xti.tmplat_se_code = cdc.code ON xti.tmplat_se_code = cdc.code
AND cdc.grp_id = 'XIT005' AND cdc.grp_id = 'XIT005'
<where> <where>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(tmplatSeCode)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(tmplatSeCode)">
AND xti.tmplat_se_code = #{tmplatSeCode} AND xti.tmplat_se_code = #{tmplatSeCode}
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(codeVal)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(codeVal)">
AND INSTR(cdc.code_val, #{codeVal}) > 0 AND INSTR(cdc.code_val, #{codeVal}) > 0
</if> </if>
</where> </where>
@ -36,7 +36,7 @@
<select id="selectBoardTmpls" resultType="cokr.xit.fims.framework.biz.mng.bbs.XitBbsTmplateMngVO"> <select id="selectBoardTmpls" resultType="cokr.xit.fims.framework.biz.mng.bbs.XitBbsTmplateMngVO">
/* board-tmpl-mysql-mapper|selectBoardTmpls-템플릿 목록 조회|julim */ /* board-tmpl-mysql-mapper|selectBoardTmpls-템플릿 목록 조회|julim */
<include refid="sqlTmplInfo"/> <include refid="sqlTmplInfo"/>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(tmplatNm)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(tmplatNm)">
AND INSTR(xti.tmplat_nm, #{tmplatNm}) > 0 AND INSTR(xti.tmplat_nm, #{tmplatNm}) > 0
</if> </if>
ORDER BY xti.reg_dt DESC ORDER BY xti.reg_dt DESC
@ -45,7 +45,7 @@
<select id="selectBoardTmpl" resultType="cokr.xit.fims.framework.biz.mng.bbs.XitBbsTmplateMngVO"> <select id="selectBoardTmpl" resultType="cokr.xit.fims.framework.biz.mng.bbs.XitBbsTmplateMngVO">
/* board-tmpl-mysql-mapper|selectBoardTmpl-템플릿 정보 조회|julim */ /* board-tmpl-mysql-mapper|selectBoardTmpl-템플릿 정보 조회|julim */
<include refid="sqlTmplInfo"/> <include refid="sqlTmplInfo"/>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(tmplatId)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(tmplatId)">
AND xti.tmplat_id = #{tmplatId} AND xti.tmplat_id = #{tmplatId}
</if> </if>
</select> </select>

@ -17,10 +17,10 @@
, mdfr , mdfr
FROM tb_code_ctgr FROM tb_code_ctgr
<where> <where>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(ctgrId)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(ctgrId)">
AND INSTR(ctgr_id, #{ctgrId}) > 0 AND INSTR(ctgr_id, #{ctgrId}) > 0
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(ctgrNm)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(ctgrNm)">
AND INSTR(ctgr_nm, #{ctgrNm}) > 0 AND INSTR(ctgr_nm, #{ctgrNm}) > 0
</if> </if>
</where> </where>

@ -25,22 +25,22 @@
JOIN tb_code_grp xcc JOIN tb_code_grp xcc
ON cdc.grp_id = xcc.grp_id ON cdc.grp_id = xcc.grp_id
<where> <where>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(ctgrId)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(ctgrId)">
AND xcc.ctgr_id = #{ctgrId} AND xcc.ctgr_id = #{ctgrId}
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(grpId)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(grpId)">
AND INSTR(cdc.grp_id, #{grpId}) > 0 AND INSTR(cdc.grp_id, #{grpId}) > 0
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(grpNm)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(grpNm)">
AND INSTR(xcc.grp_nm, #{grpNm}) > 0 AND INSTR(xcc.grp_nm, #{grpNm}) > 0
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(code)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(code)">
AND INSTR(cdc.code, #{code}) > 0 AND INSTR(cdc.code, #{code}) > 0
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(codeVal)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(codeVal)">
AND INSTR(cdc.code_val, #{codeVal}) > 0 AND INSTR(cdc.code_val, #{codeVal}) > 0
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(useYn)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(useYn)">
AND cdc.use_yn = #{useYn} AND cdc.use_yn = #{useYn}
</if> </if>
</where> </where>
@ -94,7 +94,7 @@
, etc_1 = IF(etc_1 = #{etc1}, etc_1, #{etc1}) , etc_1 = IF(etc_1 = #{etc1}, etc_1, #{etc1})
, etc_2 = IF(etc_2 = #{etc2}, etc_2, #{etc2}) , etc_2 = IF(etc_2 = #{etc2}, etc_2, #{etc2})
, etc_3 = IF(etc_3 = #{etc3}, etc_3, #{etc3}) , etc_3 = IF(etc_3 = #{etc3}, etc_3, #{etc3})
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(srtOrd)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(srtOrd)">
, srt_ord = IF(srt_ord = #{srtOrd}, srt_ord, #{srtOrd}) , srt_ord = IF(srt_ord = #{srtOrd}, srt_ord, #{srtOrd})
</if> </if>
, use_yn = IF(use_yn = #{useYn}, use_yn, #{useYn}) , use_yn = IF(use_yn = #{useYn}, use_yn, #{useYn})

@ -21,16 +21,16 @@
JOIN tb_code_ctgr xccc JOIN tb_code_ctgr xccc
ON xcc.ctgr_id = xccc.ctgr_id ON xcc.ctgr_id = xccc.ctgr_id
<where> <where>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(ctgrId)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(ctgrId)">
AND xcc.ctgr_id = #{ctgrId} AND xcc.ctgr_id = #{ctgrId}
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(grpId)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(grpId)">
AND INSTR(xcc.grp_id, #{grpId}) > 0 AND INSTR(xcc.grp_id, #{grpId}) > 0
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(grpNm)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(grpNm)">
AND INSTR(xcc.grp_nm, #{grpNm}) > 0 AND INSTR(xcc.grp_nm, #{grpNm}) > 0
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(useYn)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(useYn)">
AND xcc.use_yn = #{useYn} AND xcc.use_yn = #{useYn}
</if> </if>
</where> </where>

@ -20,22 +20,22 @@
, mdfr , mdfr
FROM xit_zip FROM xit_zip
<where> <where>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(zip)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(zip)">
AND zip = #{zip} AND zip = #{zip}
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(sn)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(sn)">
AND sn = #{sn} AND sn = #{sn}
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(ctprvnNm)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(ctprvnNm)">
AND ctprvn_nm = #{ctprvnNm} AND ctprvn_nm = #{ctprvnNm}
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(sggNm)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(sggNm)">
AND sgg_nm = #{sggNm} AND sgg_nm = #{sggNm}
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(emdNm)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(emdNm)">
AND emd_nm = #{emdNm} AND emd_nm = #{emdNm}
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(liBuldNm)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(liBuldNm)">
AND li_buld_nm = #{liBuldNm} AND li_buld_nm = #{liBuldNm}
</if> </if>
</where> </where>

@ -16,7 +16,7 @@
WHERE xai.author_code = author_code ) AS chkYeoBu WHERE xai.author_code = author_code ) AS chkYeoBu
FROM xit_author_info xai FROM xit_author_info xai
<where> <where>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(authorCode)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(authorCode)">
AND INSTR(xai.author_code, #{authorCode}) AND INSTR(xai.author_code, #{authorCode})
</if> </if>
</where> </where>

@ -18,13 +18,13 @@
, pgrm_file_nm , pgrm_file_nm
FROM tb_menu FROM tb_menu
<where> <where>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(menuNo)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(menuNo)">
AND menu_no LIKE CONCAT(#{menuNo}, '%') AND menu_no LIKE CONCAT(#{menuNo}, '%')
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(prntNo)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(prntNo)">
AND prnt_no = #{prntNo} AND prnt_no = #{prntNo}
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(menuNm)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(menuNm)">
AND INSTR(menu_nm, #{menuNm}) > 0 AND INSTR(menu_nm, #{menuNm}) > 0
</if> </if>
</where> </where>

@ -21,7 +21,7 @@
/* program-mysql-mapper|selectPrograms-프로그램 목록 조회|julim */ /* program-mysql-mapper|selectPrograms-프로그램 목록 조회|julim */
<include refid="sqlProgram"/> <include refid="sqlProgram"/>
<where> <where>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(progrmKoreanNm)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(progrmKoreanNm)">
AND INSTR(progrm_korean_nm, #{progrmKoreanNm}) > 0 AND INSTR(progrm_korean_nm, #{progrmKoreanNm}) > 0
</if> </if>
</where> </where>

@ -23,13 +23,13 @@
ON cdc.grp_id = 'XIT013' ON cdc.grp_id = 'XIT013'
AND xui.stts = cdc.code AND xui.stts = cdc.code
<where> <where>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(sbscrbSttus)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(sbscrbSttus)">
AND xui.stts = #{sbscrbSttus} AND xui.stts = #{sbscrbSttus}
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(userAcnt)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(userAcnt)">
AND INSTR(xui.USER_ACNT, #{userAcnt}) > 0 AND INSTR(xui.USER_ACNT, #{userAcnt}) > 0
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(userNm)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(userNm)">
AND INSTR(xui.user_nm, #{userNm}) > 0 AND INSTR(xui.user_nm, #{userNm}) > 0
</if> </if>
</where> </where>
@ -191,19 +191,19 @@
, author_code , author_code
FROM xit_author_group_info FROM xit_author_group_info
<where> <where>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(grpId)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(grpId)">
AND grp_id = #{grpId} AND grp_id = #{grpId}
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(groupNm)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(groupNm)">
AND group_nm = #{groupNm} AND group_nm = #{groupNm}
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(groupCreatDe)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(groupCreatDe)">
AND group_creat_de = #{groupCreatDe} AND group_creat_de = #{groupCreatDe}
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(dscrp)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(dscrp)">
AND dscrp = #{dscrp} AND dscrp = #{dscrp}
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(authorCode)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(authorCode)">
AND author_code = #{authorCode} AND author_code = #{authorCode}
</if> </if>
</where> </where>
@ -221,13 +221,13 @@
, author_code , author_code
FROM xit_user_scrty_setup FROM xit_user_scrty_setup
<where> <where>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(scrtySetupTrgetId)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(scrtySetupTrgetId)">
AND scrty_setup_trget_id = #{scrtySetupTrgetId} AND scrty_setup_trget_id = #{scrtySetupTrgetId}
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(mberTyCode)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(mberTyCode)">
AND mber_ty_code = #{mberTyCode} AND mber_ty_code = #{mberTyCode}
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(authorCode)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(authorCode)">
AND author_code = #{authorCode} AND author_code = #{authorCode}
</if> </if>
</where> </where>
@ -285,19 +285,19 @@
, job_confm_author_yn , job_confm_author_yn
FROM xit_user_etc_option FROM xit_user_etc_option
<where> <where>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(userId)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(userId)">
AND USER_ID = #{userId} AND USER_ID = #{userId}
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(jobDataAuthor)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(jobDataAuthor)">
AND job_data_author = #{jobDataAuthor} AND job_data_author = #{jobDataAuthor}
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(userManageAuthor)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(userManageAuthor)">
AND user_manage_author = #{userManageAuthor} AND user_manage_author = #{userManageAuthor}
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(elctrnsanctnUseYn)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(elctrnsanctnUseYn)">
AND elctrnsanctn_use_yn = #{elctrnsanctnUseYn} AND elctrnsanctn_use_yn = #{elctrnsanctnUseYn}
</if> </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(jobConfmAuthorYn)"> <if test="@cokr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(jobConfmAuthorYn)">
AND job_confm_author_yn = #{jobConfmAuthorYn} AND job_confm_author_yn = #{jobConfmAuthorYn}
</if> </if>
</where> </where>

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<jeus-web-dd xmlns="http://www.tmaxsoft.com/xml/ns/jeus">
<context-path>/ebt</context-path>
<auto-reload>
<enable-reload>true</enable-reload>
<check-on-demand>true</check-on-demand>
</auto-reload>
</jeus-web-dd>

@ -71,6 +71,11 @@
<param-value>classpath:/spring/context-service.xml</param-value> <param-value>classpath:/spring/context-service.xml</param-value>
</context-param> </context-param>
<context-param>
<param-name>spring.liveBeansView.mbeanDomain</param-name>
<param-value>local</param-value>
</context-param>
<servlet> <servlet>
<servlet-name>action</servlet-name> <servlet-name>action</servlet-name>
<servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class> <servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<weblogic-web-app xmlns="http://www.bea.com/ns/weblogic/90">
<context-root>/ebt</context-root>
</weblogic-web-app>
Loading…
Cancel
Save