@@ -10,8 +10,8 @@
<if test="flgValid != null">
and flg_valid = #{flgValid}
</if>
- <if test="ftyId != null">
- and fty_id = #{ftyId}
+ <if test="cpId != null">
+ and cp_id = #{cpId}
<if test="otherCond">
and ${otherCond}