|
|
@ -74,7 +74,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<select id="selectVltns" parameterType="map" resultType="dataobject">/* 위반 정보 객체 가져오기(vltnMapper.selectVltns) */
|
|
|
|
<select id="selectVltns" parameterType="map" resultType="dataobject">/* 위반 정보 객체 가져오기(vltnMapper.selectVltns) */
|
|
|
|
<include refid="select" />
|
|
|
|
<include refid="select" />
|
|
|
|
WHERE 1 = 1
|
|
|
|
<where>
|
|
|
|
<if test="sggCd != null">
|
|
|
|
<if test="sggCd != null">
|
|
|
|
AND V.SGG_CD = #{sggCd} <!-- 시군구 코드 -->
|
|
|
|
AND V.SGG_CD = #{sggCd} <!-- 시군구 코드 -->
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
@ -99,6 +99,7 @@
|
|
|
|
<if test="useYn != null">
|
|
|
|
<if test="useYn != null">
|
|
|
|
AND V.USE_YN = #{useYn} <!-- 사용 여부 -->
|
|
|
|
AND V.USE_YN = #{useYn} <!-- 사용 여부 -->
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|
|
|
|
</where>
|
|
|
|
<include refid="utility.orderBy" />
|
|
|
|
<include refid="utility.orderBy" />
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|