Преглед на файлове

产品库权限问题处理

yzc преди 1 година
родител
ревизия
cf8f196e81
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      hx-item/src/main/java/com/fjhx/item/service/product/impl/ProductInfoServiceImpl.java

+ 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)) {