记得上下班打卡 | git大法好,push需谨慎

Commit 4f146645 authored by jiangxiulong's avatar jiangxiulong

nft商品列表 DESC 之后去掉排序

parent 1e950af5
...@@ -82,7 +82,7 @@ public class GoblinNftJobServiceImpl { ...@@ -82,7 +82,7 @@ public class GoblinNftJobServiceImpl {
} }
} }
// 已开卖 时间倒序 // 已开卖 时间倒序
Collections.reverse(startSkuIdList); // Collections.reverse(startSkuIdList);
// 写入缓存 // 写入缓存
goblinRedisUtils.setGoblinNftGoodsInfoListVo(startSkuIdList, "1"); goblinRedisUtils.setGoblinNftGoodsInfoListVo(startSkuIdList, "1");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment