sql id 수정.

main
jjh 1 year ago
parent bea8de67e0
commit 76bef16758

@ -130,7 +130,7 @@
<result property="createdBy" column="RGTR" /> <!-- 등록자 -->
</resultMap>
<sql id="select">SELECT CON_KEY <!-- 외부연계식별키 -->
<sql id="selectEpostRcptReg">SELECT CON_KEY <!-- 외부연계식별키 -->
, RCEPT_ID <!-- 접수우체국국기호 -->
, DATA_CD <!-- 접수코드 -->
, DIV_KB <!-- 취급구분 -->
@ -183,13 +183,13 @@
<select id="selectEpostRcptRegList" parameterType="map" resultType="dataobject">/* 전자우편 접수 등록 목록 조회(epostRcptRegMapper.selectEpostRcptRegList) */
<include refid="utility.paging-prefix" />
<include refid="select" />
<include refid="selectEpostRcptReg" />
<where></where>
<include refid="utility.orderBy" />
<include refid="utility.paging-suffix" /></select>
<select id="selectEpostRcptRegs" parameterType="map" resultMap="epostRcptRegRow">/* 전자우편 접수 등록 객체 가져오기(epostRcptRegMapper.selectEpostRcptRegs) */
<include refid="select" />
<include refid="selectEpostRcptReg" />
<where></where>
<include refid="utility.orderBy" /></select>
@ -354,7 +354,7 @@ UPDATE TB_EPOST_RCPT_REG SET
WHERE CON_KEY = #{epostRcptReg.conKey}</update>
<sql id="select">SELECT CON_KEY <!-- 외부연계식별키 -->
<sql id="selectEpostRcptDtl">SELECT CON_KEY <!-- 외부연계식별키 -->
, RGST_NMBR <!-- 등기번호 -->
, RECEV_SEQ <!-- 일련번호 -->
, RECEV_CODE <!-- 발송코드 -->
@ -426,13 +426,13 @@ UPDATE TB_EPOST_RCPT_REG SET
<select id="selectEpostRcptDtlList" parameterType="map" resultType="dataobject">/* 전자우편 접수 상세 목록 조회(epostRcptDtlMapper.selectEpostRcptDtlList) */
<include refid="utility.paging-prefix" />
<include refid="select" />
<include refid="selectEpostRcptDtl" />
<where></where>
<include refid="utility.orderBy" />
<include refid="utility.paging-suffix" /></select>
<select id="selectEpostRcptDtls" parameterType="map" resultMap="epostRcptDtlRow">/* 전자우편 접수 상세 객체 가져오기(epostRcptDtlMapper.selectEpostRcptDtls) */
<include refid="select" />
<include refid="selectEpostRcptDtl" />
<where></where>
<include refid="utility.orderBy" /></select>

Loading…
Cancel
Save