修改bug
This commit is contained in:
@@ -97,6 +97,8 @@ public class CsEventUserPOServiceImpl extends ServiceImpl<CsEventUserPOMapper, C
|
||||
List<CsLedgerVO> data = csLedgerFeignClient.getDeviceTree().getData();
|
||||
|
||||
List<String> collect = data.stream().map(CsLedgerVO::getChildren).
|
||||
flatMap(Collection::stream).
|
||||
map(CsLedgerVO::getChildren).
|
||||
flatMap(Collection::stream).
|
||||
map(CsLedgerVO::getChildren).
|
||||
flatMap(Collection::stream).
|
||||
|
||||
Reference in New Issue
Block a user