订单商品类目状态不过滤

master
jevononlie 6 months ago committed by siontion
parent 0673fbc3c2
commit 653ae0817f

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

Loading…
Cancel
Save