lyh
2025-01-16 700ac5685214d37f128b3ad3dfda59e80381b9f6
lxzn-module-dnc/src/main/java/org/jeecg/modules/dnc/service/impl/ProductInfoServiceImpl.java
@@ -165,6 +165,7 @@
    @Override
    public List<CommonGenericTree> loadProductTree(String userId) {
        //todo 翻译创建人修改人
        //产品
        List<ProductInfo> productInfoList = getByUserPerms(userId);
        if(productInfoList == null || productInfoList.isEmpty())