|
|
|
@@ -133,7 +133,7 @@ public class WxUserStructureController extends BaseController { |
|
|
|
other.setLevel("无"); |
|
|
|
WxCUserBasicInfoDto dto = new WxCUserBasicInfoDto(); |
|
|
|
other.setCount(wxCUserBasicInfoService.findCount(dto) |
|
|
|
-levelList.stream().map(WxLevelConfig::getCount).reduce(Long::sum).get()); |
|
|
|
- levelList.stream().map(WxLevelConfig::getCount).reduce(Long::sum).orElse(0L)); |
|
|
|
|
|
|
|
levelList.add(other); |
|
|
|
return new ResultData(levelList); |
|
|
|
|