// @Query(value = "select a from #{#entityName} a where a.itemName LIKE CONCAT('%',:name,'%') or MATCH(a.itemName, a.itemBrief) AGAINST(CONCAT(:name,'*') IN BOOLEAN MODE) order by a.itemTop desc,a.sort asc,a.createTime desc")
@Query(value="select a from tb_cf_station_item a where a.item_name LIKE CONCAT('%',:name,'%') or MATCH(a.item_name, a.item_brief) AGAINST(CONCAT(:name,'*') IN BOOLEAN MODE) order by a.item_top desc,a.sort asc,a.create_time desc",nativeQuery=true)