fanli/src/main/java/com/yeshi/fanli/controller/client/v2/ShareControllerV2.java
@@ -1406,8 +1406,12 @@ JSONArray array = new JSONArray(); JSONObject data = new JSONObject(); boolean notBackSuVip = false; if (!VersionUtil.greaterThan_2_1_2(acceptData.getPlatform(), acceptData.getVersion())) notBackSuVip = true; List<UserShareGoodsGroup> list = userShareGoodsGroupService.listByRecordId(recordId); List<UserShareGoodsGroup> list = userShareGoodsGroupService.listByRecordId(recordId, notBackSuVip); if (list == null || list.size() == 0) { data.put("title", "分享商品"); data.put("count", 0);