|
@@ -61,7 +61,7 @@ public class MemberPriceSettingsController extends BaseController {
|
|
IPage<MemberPriceSettingsVo> pages = memberPriceSettingsService.selectPage(PageUtil.getPage(query), query);
|
|
IPage<MemberPriceSettingsVo> pages = memberPriceSettingsService.selectPage(PageUtil.getPage(query), query);
|
|
List<MemberPriceSettingsVo> records = pages.getRecords();
|
|
List<MemberPriceSettingsVo> records = pages.getRecords();
|
|
if (CollectionUtils.isNotEmpty(records)) {
|
|
if (CollectionUtils.isNotEmpty(records)) {
|
|
- return succeed(records.stream().collect(Collectors.groupingBy(MemberPriceSettingsVo::getVipType));
|
|
|
|
|
|
+ return succeed(records.stream().collect(Collectors.groupingBy(MemberPriceSettingsVo::getVipType)));
|
|
}
|
|
}
|
|
return succeed();
|
|
return succeed();
|
|
}
|
|
}
|