select count(1)
select p.*
` ` from plugin p
` and ( p.name like concat('%',#{param.filter_text},'%') or p.description like concat('%',#{param.filter_text},'%') ) `
` and p.status = #{param.status} `
` order by p.id desc ` ` limit ${page_no},${page_size} `