select count(1)
select d.*
` ` from domain d
` and ( d.domain like concat('%',#{param.filter_text},'%') ) `
` and d.status = #{param.status} `
` and d.protocol = #{param.protocol} `
and d.is_delete = 0
` order by d.id desc `` limit ${page_no},${page_size} `