`id`,`url`,`ip`,`method`,`start_time`,`end_time`,`cost_time`,`req_json`,`res_json` where 1 = 1 and `id` = #{id} and `url` like concat('%', #{url},'%') and `ip` like concat('%', #{ip},'%') and `method` like concat('%', #{method},'%') and `start_time` = #{startTime} and `end_time` = #{endTime} and `cost_time` = #{costTime} and `req_json` like concat('%', #{reqJson},'%') and `res_json` like concat('%', #{resJson},'%') and id in #{idItem} order by ${sortColumns}