修改bug

This commit is contained in:
hzj
2024-09-11 20:06:55 +08:00
parent 2bc0f6f563
commit 1402287fd5

View File

@@ -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).