@Query(value="select a.* from tb_cf_station_item a where a.item_name LIKE CONCAT('%',?1,'%') or MATCH(a.item_name, a.item_brief) AGAINST(CONCAT(?1,'*') IN BOOLEAN MODE) order by a.item_top desc,a.sort asc,a.create_time desc limit 50",nativeQuery=true)
@Query(value="select a.item_id,a.item_code,a.item_name,a.item_brief,a.item_category,a.item_price,a.discount_price,a.item_url,a.item_img,a.item_tags,a.item_label,a.item_num,a.item_collection_num,a.item_count from tb_cf_station_item a where a.item_name LIKE CONCAT('%',?1,'%') or MATCH(a.item_name, a.item_brief) AGAINST(CONCAT(?1,'*') IN BOOLEAN MODE) order by a.item_top desc,a.sort asc,a.create_time desc limit 50",nativeQuery=true)