fix: 商品列表过滤优惠券商品
This commit is contained in:
@@ -772,7 +772,7 @@ public class TbProductServiceImpl implements TbProductService {
|
||||
com.baomidou.mybatisplus.extension.plugins.pagination.Page<TbProduct> page1 = new com.baomidou.mybatisplus.extension.plugins.pagination.Page<>(page, size);
|
||||
QueryWrapper<TbProduct> queryWrapper = new QueryWrapper<>();
|
||||
queryWrapper.eq("is_del", 0)
|
||||
.eq(false, "type", "coupon")
|
||||
.ne("type", "coupon")
|
||||
.eq("shop_id", shopId)
|
||||
.eq("status", 1)
|
||||
.eq("is_del", 0)
|
||||
|
||||
Reference in New Issue
Block a user