lyh
2025-01-16 1d84a3c62eeee429f7d7d6339bcf9b504a9d7277
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())