|
@@ -247,7 +247,7 @@
|
|
|
AND A.CPN_ID = #{cpnId}
|
|
AND A.CPN_ID = #{cpnId}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="cpnNm !=null and cpnNm !=''">
|
|
<if test="cpnNm !=null and cpnNm !=''">
|
|
|
- AND A.CPN_NM LIKE '%'||#{cpnNm}||'%'
|
|
|
|
|
|
|
+ AND A.CPN_NM LIKE CONCAT('%',#{cpnNm},'%')
|
|
|
</if>
|
|
</if>
|
|
|
<if test="cpnType !=null and cpnType !=''">
|
|
<if test="cpnType !=null and cpnType !=''">
|
|
|
AND A.CPN_TYPE = #{cpnType}
|
|
AND A.CPN_TYPE = #{cpnType}
|