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

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

修改 sql

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