Commit 10885dcf by 陶光胜

观云台小程序

parent 460eab7e
...@@ -225,7 +225,6 @@ public class StoreSearchUtils { ...@@ -225,7 +225,6 @@ public class StoreSearchUtils {
} }
} else { } else {
onlineStoreAuth.getList().stream().forEach(s -> { onlineStoreAuth.getList().stream().forEach(s -> {
System.out.println(JSON.toJSONString(s));
if(s.getChannel().intValue() == channel.intValue()){ if(s.getChannel().intValue() == channel.intValue()){
if(CollectionUtils.isNotEmpty(s.getStoreIdList())){ if(CollectionUtils.isNotEmpty(s.getStoreIdList())){
RedisUtil.setCache(key, 1, 10l, TimeUnit.MINUTES); RedisUtil.setCache(key, 1, 10l, TimeUnit.MINUTES);
......
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