fix: 商品列表过滤下架商品
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user