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

Commit 219311bf authored by 胡佳晨's avatar 胡佳晨

修复 正在下单 店铺bug

parent e9e9ac60
...@@ -41,6 +41,7 @@ public class GoblinZhengzaiServiceImpl implements IGoblinZhengzaiService { ...@@ -41,6 +41,7 @@ public class GoblinZhengzaiServiceImpl implements IGoblinZhengzaiService {
public List<GoblinSelfMarketingVo> zhengzaiCanJoin(String storeId) { public List<GoblinSelfMarketingVo> zhengzaiCanJoin(String storeId) {
String nowStr = DateUtil.getNowTime(); String nowStr = DateUtil.getNowTime();
List<String> marketIds = redisUtils.getStoreZhengzaiRelation(storeId); List<String> marketIds = redisUtils.getStoreZhengzaiRelation(storeId);
marketIds = marketIds.stream().distinct().collect(Collectors.toList());
List<GoblinSelfMarketingVo> voList = ObjectUtil.getGoblinSelfMarketingVoList(); List<GoblinSelfMarketingVo> voList = ObjectUtil.getGoblinSelfMarketingVoList();
for (String selfMarketId : marketIds) { for (String selfMarketId : marketIds) {
GoblinMarketingZhengzaiRelationVo zhengzaiRelationVo = redisUtils.getZhengzaiRelation(selfMarketId, storeId); GoblinMarketingZhengzaiRelationVo zhengzaiRelationVo = redisUtils.getZhengzaiRelation(selfMarketId, storeId);
......
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