|
@@ -232,8 +232,9 @@ public interface FsStoreProductScrmMapper
|
|
|
"</if>" +
|
|
"</if>" +
|
|
|
|
|
|
|
|
"<if test = 'maps.newOrder != null and maps.newOrder==\"desc\" '> " +
|
|
"<if test = 'maps.newOrder != null and maps.newOrder==\"desc\" '> " +
|
|
|
- "and p.is_new =1 order by p.sort desc " +
|
|
|
|
|
|
|
+ "and p.is_new =1" +
|
|
|
"</if>" +
|
|
"</if>" +
|
|
|
|
|
+ "order by p.sort"+
|
|
|
"</script>"})
|
|
"</script>"})
|
|
|
List<FsStoreProductListQueryVO> selectFsStoreProductListQuery(@Param("maps")FsStoreProductQueryParam param);
|
|
List<FsStoreProductListQueryVO> selectFsStoreProductListQuery(@Param("maps")FsStoreProductQueryParam param);
|
|
|
@Select({"<script> " +
|
|
@Select({"<script> " +
|