select count(1)
select ak.*
` ` from api_key ak
` and ( ak.name like concat('%',#{param.filter_text},'%') or ak.principal like concat('%',#{param.filter_text},'%') ) `
` and ak.status = #{param.status} `
and ak.is_delete = 0
` order by ak.id desc ` ` limit ${page_no},${page_size} `
select ak.* from api_key ak where ak.ts >= #{update_time} or ak.ts >= #{update_time}