|
@@ -170,7 +170,7 @@ public interface FsStoreProductScrmMapper
|
|
|
List<FsStoreProductListQueryVO> selectFsStoreProductHotQuery(int count);
|
|
|
@Select("select * from fs_store_product_scrm where is_del=0 and is_show=1 and is_good=1 and is_display=1 order by sort desc limit #{count}")
|
|
|
List<FsStoreProductListQueryVO> selectFsStoreProductGoodQuery(int count);
|
|
|
- @Select("select * from fs_store_product_scrm where is_del=0 and is_show=1 and is_best=1 and is_display=1 order by sort desc")
|
|
|
+ @Select("select * from fs_store_product_scrm where is_del=0 and is_show=1 and is_best=1 and is_display=1 order by sort desc,product_id desc")
|
|
|
List<FsStoreProductListQueryVO> selectFsStoreProductTuiListQuery();
|
|
|
@Select("select * from fs_store_product_scrm where is_del=0 and is_show=1 and is_good=1 and is_display=1 order by sort desc")
|
|
|
List<FsStoreProductListQueryVO> selectFsStoreProductGoodListQuery();
|