@Query(value="select b.* from book b left join book_cat_relation bcr on b.id=bcr.book_id where bcr.cat_id=?1 and b.title like ?2)",nativeQuery=true)//原生sql语句 ...