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

Commit 7c952949 authored by 胡佳晨's avatar 胡佳晨

修改 sql

parent 37b1b734
...@@ -1746,7 +1746,7 @@ public class GoblinRedisUtils { ...@@ -1746,7 +1746,7 @@ public class GoblinRedisUtils {
public List<GoblinListCollectVo> getGoblinListCollect(String skuId) { public List<GoblinListCollectVo> getGoblinListCollect(String skuId) {
Object obj = redisUtil.get(GoblinRedisConst.LIST_COLLECT.concat(skuId)); Object obj = redisUtil.get(GoblinRedisConst.LIST_COLLECT.concat(skuId));
if(obj==null){ if(obj==null){
return ObjectUtil.getGoblinStoreCouponVoArrayList() return ObjectUtil.getGoblinListCollectVo();
}else{ }else{
return (List<GoblinListCollectVo>) obj; return (List<GoblinListCollectVo>) obj;
} }
......
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