|
|
@ -162,7 +162,7 @@ AND CA.TOWNG_YN = #{towngYn}
|
|
|
|
AND C.NXRP_CRDN_LINK_YN = 'N' AND (C.ATCH_FILE_CNT = 0 OR C.ATCH_FILE_CNT IS NULL)
|
|
|
|
AND C.NXRP_CRDN_LINK_YN = 'N' AND (C.ATCH_FILE_CNT = 0 OR C.ATCH_FILE_CNT IS NULL)
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="by != null and by != '' and term != null">
|
|
|
|
<if test="@org.egovframe.rte.fdl.string.EgovStringUtil@isNotEmpty(by) and @org.egovframe.rte.fdl.string.EgovStringUtil@isNotEmpty(term)">
|
|
|
|
<choose>
|
|
|
|
<choose>
|
|
|
|
<when test="mainOption == 'codeValue' or mainOption == 'match' or mainOption == 'ymd'">
|
|
|
|
<when test="mainOption == 'codeValue' or mainOption == 'match' or mainOption == 'ymd'">
|
|
|
|
<include refid="dynamicSearch.start" />
|
|
|
|
<include refid="dynamicSearch.start" />
|
|
|
@ -278,7 +278,7 @@ SELECT C.CRDN_ID <!-- 단속 ID -->
|
|
|
|
<if test="schRgtrCd != null"> AND C.MDFR = #{schRgtrCd} </if>
|
|
|
|
<if test="schRgtrCd != null"> AND C.MDFR = #{schRgtrCd} </if>
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="by != null and by != '' and term != null">
|
|
|
|
<if test="@org.egovframe.rte.fdl.string.EgovStringUtil@isNotEmpty(by) and @org.egovframe.rte.fdl.string.EgovStringUtil@isNotEmpty(term)">
|
|
|
|
<choose>
|
|
|
|
<choose>
|
|
|
|
<when test="mainOption == 'codeValue' or mainOption == 'match' or mainOption == 'ymd'">
|
|
|
|
<when test="mainOption == 'codeValue' or mainOption == 'match' or mainOption == 'ymd'">
|
|
|
|
<include refid="dynamicSearch.start" />
|
|
|
|
<include refid="dynamicSearch.start" />
|
|
|
@ -348,7 +348,7 @@ SELECT GROUP_CONCAT(C.CRDN_ID) AS CRDN_ID_LIST <!-- 단속 ID -->
|
|
|
|
<if test="crdnInptSeCd != null">AND C.CRDN_INPT_SE_CD = #{crdnInptSeCd}</if>
|
|
|
|
<if test="crdnInptSeCd != null">AND C.CRDN_INPT_SE_CD = #{crdnInptSeCd}</if>
|
|
|
|
<if test="vhrno != null">AND C.VHRNO = #{vhrno}</if>
|
|
|
|
<if test="vhrno != null">AND C.VHRNO = #{vhrno}</if>
|
|
|
|
<if test="schExclEnd == 'on'">AND C.CRDN_STTS_CD != '81'</if>
|
|
|
|
<if test="schExclEnd == 'on'">AND C.CRDN_STTS_CD != '81'</if>
|
|
|
|
<if test="by != null and by != '' and term != null">
|
|
|
|
<if test="@org.egovframe.rte.fdl.string.EgovStringUtil@isNotEmpty(by) and @org.egovframe.rte.fdl.string.EgovStringUtil@isNotEmpty(term)">
|
|
|
|
<choose>
|
|
|
|
<choose>
|
|
|
|
<when test="mainOption == 'codeValue' or mainOption == 'match' or mainOption == 'ymd'">
|
|
|
|
<when test="mainOption == 'codeValue' or mainOption == 'match' or mainOption == 'ymd'">
|
|
|
|
<include refid="dynamicSearch.start" />
|
|
|
|
<include refid="dynamicSearch.start" />
|
|
|
@ -451,7 +451,7 @@ SELECT C.CRDN_ID <!-- 단속 ID -->
|
|
|
|
AND C.TASK_SE_CD = 'DPV'
|
|
|
|
AND C.TASK_SE_CD = 'DPV'
|
|
|
|
AND CA.PRK_PSBLTY_RSLT_CD = '0'
|
|
|
|
AND CA.PRK_PSBLTY_RSLT_CD = '0'
|
|
|
|
AND C.CRDN_STTS_CD = '21'
|
|
|
|
AND C.CRDN_STTS_CD = '21'
|
|
|
|
<if test="by != null and by != '' and term != null">
|
|
|
|
<if test="@org.egovframe.rte.fdl.string.EgovStringUtil@isNotEmpty(by) and @org.egovframe.rte.fdl.string.EgovStringUtil@isNotEmpty(term)">
|
|
|
|
<choose>
|
|
|
|
<choose>
|
|
|
|
<when test="mainOption == 'codeValue' or mainOption == 'match' or mainOption == 'ymd'">
|
|
|
|
<when test="mainOption == 'codeValue' or mainOption == 'match' or mainOption == 'ymd'">
|
|
|
|
<include refid="dynamicSearch.start" />
|
|
|
|
<include refid="dynamicSearch.start" />
|
|
|
|