“djh”
2 天以前 45c3b7aacf3d20e1915e597152ad30a3b40377a2
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);