|
|
|
@ -2070,7 +2070,7 @@
|
|
|
|
|
,ORG_ID
|
|
|
|
|
,GRP_ID
|
|
|
|
|
,EMPL_NO
|
|
|
|
|
,SEXDSTN_CODE
|
|
|
|
|
,GENDER
|
|
|
|
|
,BRTHDY
|
|
|
|
|
,FXNUM
|
|
|
|
|
,ADDR
|
|
|
|
@ -2090,7 +2090,7 @@
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(org_id )">AND ORG_ID = #{org_id }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(grp_id )">AND GRP_ID = #{grp_id }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(empl_no )">AND EMPL_NO = #{empl_no }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(sexdstn_code )">AND SEXDSTN_CODE = #{sexdstn_code }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(gender )">AND GENDER = #{gender }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(brthdy )">AND BRTHDY = #{brthdy }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(fxnum )">AND FXNUM = #{fxnum }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(addr )">AND ADDR = #{addr }</if>
|
|
|
|
@ -2112,7 +2112,7 @@
|
|
|
|
|
,ORG_ID
|
|
|
|
|
,GRP_ID
|
|
|
|
|
,EMPL_NO
|
|
|
|
|
,SEXDSTN_CODE
|
|
|
|
|
,GENDER
|
|
|
|
|
,BRTHDY
|
|
|
|
|
,FXNUM
|
|
|
|
|
,ADDR
|
|
|
|
@ -2139,7 +2139,7 @@
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(org_id )">,ORG_ID </if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(grp_id )">,GRP_ID </if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(empl_no )">,EMPL_NO </if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(sexdstn_code )">,SEXDSTN_CODE </if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(gender )">,GENDER </if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(brthdy )">,BRTHDY </if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(fxnum )">,FXNUM </if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(addr )">,ADDR </if>
|
|
|
|
@ -2158,7 +2158,7 @@
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(org_id )">,#{org_id }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(grp_id )">,#{grp_id }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(empl_no )">,#{empl_no }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(sexdstn_code )">,#{sexdstn_code }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(gender )">,#{gender }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(brthdy )">,#{brthdy }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(fxnum )">,#{fxnum }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(addr )">,#{addr }</if>
|
|
|
|
@ -2182,7 +2182,7 @@
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(org_id )">,ORG_ID = #{org_id }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(grp_id )">,GRP_ID = #{grp_id }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(empl_no )">,EMPL_NO = #{empl_no }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(sexdstn_code )">,SEXDSTN_CODE = #{sexdstn_code }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(gender )">,GENDER = #{gender }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(brthdy )">,BRTHDY = #{brthdy }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(fxnum )">,FXNUM = #{fxnum }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(addr )">,ADDR = #{addr }</if>
|
|
|
|
@ -2226,7 +2226,7 @@
|
|
|
|
|
,USER_NM
|
|
|
|
|
,PASSWORD
|
|
|
|
|
,EMPL_NO
|
|
|
|
|
,SEXDSTN_CODE
|
|
|
|
|
,GENDER
|
|
|
|
|
,BRTHDY
|
|
|
|
|
,FXNUM
|
|
|
|
|
,ADDR
|
|
|
|
@ -2252,7 +2252,7 @@
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(user_nm )">AND USER_NM = #{user_nm }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(password )">AND PASSWORD = #{password }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(empl_no )">AND EMPL_NO = #{empl_no }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(sexdstn_code )">AND SEXDSTN_CODE = #{sexdstn_code }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(gender )">AND GENDER = #{gender }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(brthdy )">AND BRTHDY = #{brthdy }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(fxnum )">AND FXNUM = #{fxnum }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(addr )">AND ADDR = #{addr }</if>
|
|
|
|
@ -2279,7 +2279,7 @@
|
|
|
|
|
,USER_NM
|
|
|
|
|
,PASSWORD
|
|
|
|
|
,EMPL_NO
|
|
|
|
|
,SEXDSTN_CODE
|
|
|
|
|
,GENDER
|
|
|
|
|
,BRTHDY
|
|
|
|
|
,FXNUM
|
|
|
|
|
,ADDR
|
|
|
|
@ -2312,7 +2312,7 @@
|
|
|
|
|
, user_nm
|
|
|
|
|
, password
|
|
|
|
|
, empl_no
|
|
|
|
|
, sexdstn_code
|
|
|
|
|
, gender
|
|
|
|
|
, brthdy
|
|
|
|
|
, fxnum
|
|
|
|
|
, addr
|
|
|
|
@ -2337,7 +2337,7 @@
|
|
|
|
|
, #{userNm}
|
|
|
|
|
, #{password}
|
|
|
|
|
, #{emplNo}
|
|
|
|
|
, #{sexdstnCode}
|
|
|
|
|
, #{gender}
|
|
|
|
|
, #{brthdy}
|
|
|
|
|
, #{fxnum}
|
|
|
|
|
, #{addr}
|
|
|
|
@ -2368,7 +2368,7 @@
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(user_nm )">,USER_NM = #{user_nm }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(password )">,PASSWORD = #{password }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(empl_no )">,EMPL_NO = #{empl_no }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(sexdstn_code )">,SEXDSTN_CODE = #{sexdstn_code }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(gender )">,GENDER = #{gender }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(brthdy )">,BRTHDY = #{brthdy }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(fxnum )">,FXNUM = #{fxnum }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(addr )">,ADDR = #{addr }</if>
|
|
|
|
@ -2404,7 +2404,7 @@
|
|
|
|
|
,A.USER_NM
|
|
|
|
|
,A.PASSWORD
|
|
|
|
|
,A.EMPL_NO
|
|
|
|
|
,A.SEXDSTN_CODE
|
|
|
|
|
,A.GENDER
|
|
|
|
|
,A.BRTHDY
|
|
|
|
|
,A.FXNUM
|
|
|
|
|
,A.ADDR
|
|
|
|
@ -2435,7 +2435,7 @@
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(user_nm )">AND A.USER_NM = #{user_nm }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(password )">AND A.PASSWORD = #{password }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(empl_no )">AND A.EMPL_NO = #{empl_no }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(sexdstn_code )">AND A.SEXDSTN_CODE = #{sexdstn_code }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(gender )">AND A.GENDER = #{gender }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(brthdy )">AND A.BRTHDY = #{brthdy }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(fxnum )">AND A.FXNUM = #{fxnum }</if>
|
|
|
|
|
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(addr )">AND A.ADDR = #{addr }</if>
|
|
|
|
@ -2466,7 +2466,7 @@
|
|
|
|
|
,A.USER_NM
|
|
|
|
|
,A.PASSWORD
|
|
|
|
|
,A.EMPL_NO
|
|
|
|
|
,A.SEXDSTN_CODE
|
|
|
|
|
,A.GENDER
|
|
|
|
|
,A.BRTHDY
|
|
|
|
|
,A.FXNUM
|
|
|
|
|
,A.ADDR
|
|
|
|
|