@Query(value="select a.item_id,a.item_code,a.item_name as itemName,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,a.item_sku,a.item_top,a.supplier,a.platform_code,a.platform_name,a.enable_flag,a.create_time,a.item_categorytwo,a.item_descrition_id,a.sort,a.template 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 as itemId,a.item_code as itemCode,a.item_name as itemName,a.item_brief as itemBrief,a.item_category as itemCategory,a.item_price as itemPrice,a.discount_price as discountPrice,a.item_url,a.item_img as itemImg,a.item_tags,a.item_label,a.item_num,a.item_collection_num,a.item_count,a.item_sku,a.item_top,a.supplier,a.platform_code,a.platform_name,a.enable_flag,a.create_time,a.item_categorytwo,a.item_descrition_id,a.sort,a.template 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)