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

Commit 013f2cda authored by 胡佳晨's avatar 胡佳晨

修复 bug

parent 56999acd
...@@ -1122,7 +1122,7 @@ public class GoblinRedisUtils { ...@@ -1122,7 +1122,7 @@ public class GoblinRedisUtils {
public List<GoblinStoreCouponVo> getGoodsMarketsForCoupon(String spuId, String storeId) { public List<GoblinStoreCouponVo> getGoodsMarketsForCoupon(String spuId, String storeId) {
List<GoblinStoreMarketDto> storeMarketDtos = this.getStoreMarketDtos(storeId); List<GoblinStoreMarketDto> storeMarketDtos = this.getStoreMarketDtos(storeId);
if (CollectionUtils.isEmpty(storeMarketDtos)) { if (CollectionUtils.isEmpty(storeMarketDtos)) {
return null; return ObjectUtil.getGoblinStoreCouponVoArrayList();
} }
ArrayList<GoblinStoreCouponVo> storeCouponVos = ObjectUtil.getGoblinStoreCouponVoArrayList(); ArrayList<GoblinStoreCouponVo> storeCouponVos = ObjectUtil.getGoblinStoreCouponVoArrayList();
storeMarketDtos.forEach(dto -> {// 逐个活动筛选优惠券活动处理 storeMarketDtos.forEach(dto -> {// 逐个活动筛选优惠券活动处理
......
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