|
|
@ -3,7 +3,7 @@
|
|
|
|
<mapper namespace="cokr.xit.fims.cmmn.dao.StngMapper">
|
|
|
|
<mapper namespace="cokr.xit.fims.cmmn.dao.StngMapper">
|
|
|
|
|
|
|
|
|
|
|
|
<select id="selectUserStng" parameterType="string" resultType="dataobject">
|
|
|
|
<select id="selectUserStng" parameterType="string" resultType="dataobject">
|
|
|
|
/* 사용자 설정정보 조회 stngMapper.selectUserStng) */
|
|
|
|
/* 사용자 설정정보 조회 (stngMapper.selectUserStng) */
|
|
|
|
SELECT USER_ID
|
|
|
|
SELECT USER_ID
|
|
|
|
, '' AS 'DEFAULT_TASK_SE_CD'
|
|
|
|
, '' AS 'DEFAULT_TASK_SE_CD'
|
|
|
|
FROM TB_USER
|
|
|
|
FROM TB_USER
|
|
|
@ -11,7 +11,7 @@ SELECT USER_ID
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
<select id="selectDeptStng" parameterType="string" resultType="dataobject">
|
|
|
|
<select id="selectDeptStng" parameterType="string" resultType="dataobject">
|
|
|
|
/* 부서 설정정보 조회 stngMapper.selectDeptStng) */
|
|
|
|
/* 부서 설정정보 조회 (stngMapper.selectDeptStng) */
|
|
|
|
SELECT DEPT_CD
|
|
|
|
SELECT DEPT_CD
|
|
|
|
, DEPT_TELNO <!-- 부서 전화번호 -->
|
|
|
|
, DEPT_TELNO <!-- 부서 전화번호 -->
|
|
|
|
, DEPT_FXNO <!-- 부서 팩스번호 -->
|
|
|
|
, DEPT_FXNO <!-- 부서 팩스번호 -->
|
|
|
@ -22,7 +22,7 @@ SELECT DEPT_CD
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
<select id="selectSggStng" parameterType="string" resultType="dataobject">
|
|
|
|
<select id="selectSggStng" parameterType="string" resultType="dataobject">
|
|
|
|
/* 시군구 설정정보 조회 stngMapper.selectSggStng) */
|
|
|
|
/* 시군구 설정정보 조회 (stngMapper.selectSggStng) */
|
|
|
|
SELECT SGG_CD
|
|
|
|
SELECT SGG_CD
|
|
|
|
, (CASE
|
|
|
|
, (CASE
|
|
|
|
WHEN INST_DADDR IS NULL OR INST_DADDR = ''
|
|
|
|
WHEN INST_DADDR IS NULL OR INST_DADDR = ''
|
|
|
@ -43,7 +43,7 @@ SELECT SGG_CD
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
<update id="updateDtbnActno" parameterType="map">
|
|
|
|
<update id="updateDtbnActno" parameterType="map">
|
|
|
|
/* 교부 계좌번호 변경 stngMapper.updateDtbnActno) */
|
|
|
|
/* 교부 계좌번호 변경 (stngMapper.updateDtbnActno) */
|
|
|
|
UPDATE TB_DEPT_INFO
|
|
|
|
UPDATE TB_DEPT_INFO
|
|
|
|
SET MDFR = #{mdfr}
|
|
|
|
SET MDFR = #{mdfr}
|
|
|
|
, MDFCN_DT = <include refid="utility.now" />
|
|
|
|
, MDFCN_DT = <include refid="utility.now" />
|
|
|
|