活动判定问题,暂时注释处理
This commit is contained in:
parent
97cac9916d
commit
006218e15a
@ -96,7 +96,7 @@ public class PromotionGoodsServiceImpl extends ServiceImpl<PromotionGoodsMapper,
|
||||
|
||||
List<PromotionGoods> promotionGoods = new ArrayList<>(this.list(new LambdaQueryWrapper<PromotionGoods>()
|
||||
.eq(PromotionGoods::getSkuId, skuId)
|
||||
.le(PromotionGoods::getStartTime, System.currentTimeMillis())
|
||||
// .ge(PromotionGoods::getStartTime, new Date())
|
||||
.eq(PromotionGoods::getPromotionStatus, PromotionStatusEnum.START.name())));
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user