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

Commit e1fd67fa authored by 胡佳晨's avatar 胡佳晨

提交 无可参加的活动时500

parent 7fe9b9d3
...@@ -491,7 +491,7 @@ public class GoblinRedisUtils { ...@@ -491,7 +491,7 @@ public class GoblinRedisUtils {
String redisKey = GoblinRedisConst.REDIS_GOBLIN_STORE_SELF_RELATION.concat(storeId); String redisKey = GoblinRedisConst.REDIS_GOBLIN_STORE_SELF_RELATION.concat(storeId);
Object obj = redisUtil.get(redisKey); Object obj = redisUtil.get(redisKey);
if (obj == null) { if (obj == null) {
return null; return CollectionUtil.arrayListString();
} else { } else {
return (List<String>) obj; return (List<String>) 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