|
|
@@ -85,7 +85,7 @@ public interface FsIntegralGoodsMapper
|
|
|
"<if test = 'maps.goodsType != null and maps.goodsType != 0 '> " +
|
|
|
"and g.goods_type = #{maps.goodsType} " +
|
|
|
"</if>" +
|
|
|
- " order by g.goods_id desc "+
|
|
|
+ " order by sort asc ,g.goods_id desc "+
|
|
|
"</script>"})
|
|
|
List<FsIntegralGoodsListUVO> selectFsIntegralGoodsListUVO(@Param("maps")FsIntegralGoodsListUParam param);
|
|
|
|