|
|
@ -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>
|
|
|
|