订单商品类目状态不过滤

master
jevononlie 6 months ago
parent 3b1b64de09
commit 9a5037cc1b

@ -46,7 +46,6 @@ public class PriceProductServiceImpl extends ServiceImpl<PriceProductMapper, Pri
if (CollUtils.isEmpty(productIds)) { if (CollUtils.isEmpty(productIds)) {
return CollUtils.emptyList(); return CollUtils.emptyList();
} }
wrapperX.isNull(Product::getDeleted);
wrapperX.in(Product::getId, productIds); wrapperX.in(Product::getId, productIds);
return productMapper.selectList(wrapperX); return productMapper.selectList(wrapperX);
} }

Loading…
Cancel
Save