fix: 商品列表过滤下架商品

This commit is contained in:
张松
2024-12-17 16:20:24 +08:00
parent 6affd84c09
commit 44375ce6e9

View File

@@ -779,6 +779,7 @@ public class TbProductServiceImpl implements TbProductService {
.like("days", DateUtil.dayOfWeekEnum(new Date()).name())
.gt("end_time", DateUtil.formatTime(new Date()))
.lt("start_time", DateUtil.formatTime(new Date()))
.eq("is_grounding", 1)
.eq("is_pause_sale", 0);
// 查询skuResult