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

Commit 0112ddf3 authored by jiangxiulong's avatar jiangxiulong

nft商品列表删除

parent a8b1f78a
...@@ -15,6 +15,7 @@ import com.liquidnet.service.goblin.dto.vo.*; ...@@ -15,6 +15,7 @@ import com.liquidnet.service.goblin.dto.vo.*;
import com.liquidnet.service.goblin.entity.GoblinFrontBanner; import com.liquidnet.service.goblin.entity.GoblinFrontBanner;
import com.liquidnet.service.goblin.entity.GoblinFrontHotWord; import com.liquidnet.service.goblin.entity.GoblinFrontHotWord;
import com.liquidnet.service.goblin.entity.GoblinFrontNavigation; import com.liquidnet.service.goblin.entity.GoblinFrontNavigation;
import com.liquidnet.service.goblin.service.impl.inner.GoblinNftJobServiceImpl;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component; import org.springframework.stereotype.Component;
...@@ -38,6 +39,8 @@ public class GoblinRedisUtils { ...@@ -38,6 +39,8 @@ public class GoblinRedisUtils {
RedisUtil redisUtil; RedisUtil redisUtil;
@Autowired @Autowired
GoblinMongoUtils goblinMongoUtils; GoblinMongoUtils goblinMongoUtils;
@Autowired
GoblinNftJobServiceImpl goblinNftJobService;
private int randomMax = 10; private int randomMax = 10;
...@@ -1507,8 +1510,7 @@ public class GoblinRedisUtils { ...@@ -1507,8 +1510,7 @@ public class GoblinRedisUtils {
} }
public void delGoblinNftGoodsInfoListVo() { public void delGoblinNftGoodsInfoListVo() {
String redisKey = GoblinRedisConst.REDIS_GOBLIN_NFT_GOODS_LIST; goblinNftJobService.goodsList();
redisUtil.del(redisKey);
} }
/* ---------------------------------------- 我的藏品 ---------------------------------------- */ /* ---------------------------------------- 我的藏品 ---------------------------------------- */
......
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