|
|
|
@ -92,12 +92,12 @@
|
|
|
|
|
</sql>
|
|
|
|
|
|
|
|
|
|
<select id="getCrackdownList" parameterType="map" resultType="dataobject">
|
|
|
|
|
/* 단속자료 목록 조회(crdnMapper.getCrackdownList) */
|
|
|
|
|
/* 단속자료 목록 조회(crdn06Mapper.getCrackdownList) */
|
|
|
|
|
<include refid="selectCrackdowns"/>
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
<select id="getCrackdowns" parameterType="map" resultMap="crdnRow">
|
|
|
|
|
/* 단속자료 가져오기 (crdnMapper.getCrackdowns) */
|
|
|
|
|
/* 단속자료 가져오기 (crdn06Mapper.getCrackdowns) */
|
|
|
|
|
<include refid="selectCrackdowns"/>
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|