gongzuming
2024-10-08 3749eb0f67f2c40457d2f26f74092bae8f9b7311
src/main/java/com/mzl/flower/web/pub/PubSupplierController.java
@@ -39,6 +39,8 @@
            if(StringUtils.isNotBlank(userId)){
                supplierDetail.setFollowed(followService.followed(userId, id));
            }
            supplierDetail.setFans(followService.fansCount(supplierDetail.getId()));
        }
        return returnData(R.SUCCESS.getCode(),supplierDetail);
    }