`id`,`parent_id`,`name`,`permission`,`create_date`,`update_date` where 1 = 1 and `id` = #{id} and `parent_id` = #{parentId} and `name` like concat('%',#{name},'%') order by ${sortColumns}