|
|
@@ -149,7 +149,7 @@ public interface FsStoreProductScrmMapper
|
|
|
" <if test='maps.precautions != null and maps.precautions != \"\"'>" +
|
|
|
" AND p.precautions LIKE CONCAT('%', #{maps.precautions}, '%')" +
|
|
|
" </if>"+
|
|
|
- " order by p.product_id desc "+
|
|
|
+ " order by p.sort "+
|
|
|
"</script>"})
|
|
|
List<FsStoreProductListVO> selectFsStoreProductListVO(@Param("maps") FsStoreProductScrm fsStoreProduct);
|
|
|
|
|
|
@@ -176,7 +176,7 @@ public interface FsStoreProductScrmMapper
|
|
|
"<if test = 'maps.isShow != null '> " +
|
|
|
"and p.is_show =#{maps.isShow} " +
|
|
|
"</if>" +
|
|
|
- " order by p.product_id desc "+
|
|
|
+ " order by p.sort "+
|
|
|
"</script>"})
|
|
|
List<FsStoreProductListVO> selectFsStoreProductBarCodeListVO(@Param("maps") FsStoreProductScrm fsStoreProduct);
|
|
|
|