Browse Source

产品库权限问题处理

yzc 1 year ago
parent
commit
cf8f196e81

+ 0 - 3
hx-item/src/main/java/com/fjhx/item/service/product/impl/ProductInfoServiceImpl.java

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