|
@@ -134,7 +134,7 @@ public interface FsStoreProductScrmMapper
|
|
|
"and p.cate_id =#{maps.cateId} " +
|
|
|
"</if>" +
|
|
|
"<if test = 'maps.defaultOrder != null and maps.defaultOrder==\"desc\" '> " +
|
|
|
- "order by p.sort desc " +
|
|
|
+ "order by p.sort desc,product_id desc" +
|
|
|
"</if>" +
|
|
|
"<if test = 'maps.priceOrder != null and maps.priceOrder==\"desc\" '> " +
|
|
|
"order by p.price desc " +
|