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

Commit 01752fd9 authored by 胡佳晨's avatar 胡佳晨

提交券

parent 84ec3b53
......@@ -1132,7 +1132,7 @@ public class GoblinRedisUtils {
if ("0".equals(storeCouponVo.getUseScope())) {
storeCouponVos.add(storeCouponVo);
} else {
List<String> storeCouponSpuIds = this.getStoreCouponSpuIds(spuId);
List<String> storeCouponSpuIds = this.getStoreCouponSpuIds(dto.getId());
if (!CollectionUtils.isEmpty(storeCouponSpuIds) && storeCouponSpuIds.contains(spuId)) {
storeCouponVos.add(storeCouponVo);
}
......
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