jinlin
2024-06-06 8c834663344b1cc9c2ca569e6911900edd407f73
modules/mainPart/src/main/java/com/zt/life/modules/mainPart/basicInfo/service/XhProductModelService.java
@@ -68,7 +68,9 @@
    }
    public List<ProductImg> getProduct(Long productId) {
        return baseDao.getProduct(productId);
        XhProductModel model =this.get(productId);
        Long parentId = model.getPid();
        return baseDao.getProduct(productId,parentId);
    }
    public List<XhProductModel> getTaskProductList() {