heheng
7 天以前 189849927e37278c8bc03202bd714aca7a0f8f7d
multi-system/src/main/java/com/gkhy/exam/system/service/impl/ProductItemServiceImpl.java
@@ -27,6 +27,7 @@
            if (productItem.getCompanyId()==null){
                throw new ApiException("非管理员操作,企业id不可为空");
            }
            productItem.setUserId(SecurityUtils.getUserId());
        }
        PageUtils.startPage();
        List<ProductItem> productItems = productItemMapper.selectProductItemList(productItem);