|
|
|
@ -72,7 +72,7 @@ public interface ErpProductMapper extends BaseMapperX<ErpProductDO> {
|
|
|
|
LambdaQueryWrapper<ErpProductDO> wrapper = new LambdaQueryWrapper<>();
|
|
|
|
LambdaQueryWrapper<ErpProductDO> wrapper = new LambdaQueryWrapper<>();
|
|
|
|
wrapper.eq(ErpProductDO::getStatus, 0);
|
|
|
|
wrapper.eq(ErpProductDO::getStatus, 0);
|
|
|
|
|
|
|
|
|
|
|
|
if (CollUtil.isNotEmpty(categoryIds)) {
|
|
|
|
if (categoryIds!=null && !categoryIds.isEmpty() ) {
|
|
|
|
wrapper.in(ErpProductDO::getCategoryId, categoryIds);
|
|
|
|
wrapper.in(ErpProductDO::getCategoryId, categoryIds);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|