@@ -905,6 +905,7 @@
<if test="cpId != null">
AND cp_id = #{cpId}
</if>
+ AND flg_valid
</where>
order by display_no asc
<if test="pageSize != null and currentPage != null and pageSize != 0 and currentPage != 0">