Cui Zhi Feng
2024-09-27 8479394c5ca736f8455a4e9247914fa237c6cff9
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);
    }