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); }