|
@@ -101,9 +101,6 @@ public class ProductInfoServiceImpl extends ServiceImpl<ProductInfoMapper, Produ
|
|
new SqlField("pi", ProductInfo::getSpec)
|
|
new SqlField("pi", ProductInfo::getSpec)
|
|
);
|
|
);
|
|
|
|
|
|
- //归属公司id过滤
|
|
|
|
- wrapper.eq(ProductInfo::getCompanyId, dto.getCompanyId());
|
|
|
|
-
|
|
|
|
//过滤产品是否配置原材料
|
|
//过滤产品是否配置原材料
|
|
Integer isRawMaterial = dto.getIsRawMaterial();
|
|
Integer isRawMaterial = dto.getIsRawMaterial();
|
|
if (ObjectUtil.isNotEmpty(isRawMaterial)) {
|
|
if (ObjectUtil.isNotEmpty(isRawMaterial)) {
|