|
@@ -80,6 +80,7 @@ public class WbsTreeContractClientImpl implements WbsTreeContractClient {
|
|
result.forEach(node -> {
|
|
result.forEach(node -> {
|
|
//转换
|
|
//转换
|
|
WbsTreeContractTreeVOS vos = new WbsTreeContractTreeVOS();
|
|
WbsTreeContractTreeVOS vos = new WbsTreeContractTreeVOS();
|
|
|
|
+ vos.setDeptCategory(node.getDeptCategory());
|
|
vos.setPrimaryKeyId(String.valueOf(node.getPKeyId()));
|
|
vos.setPrimaryKeyId(String.valueOf(node.getPKeyId()));
|
|
vos.setTitle(StringUtils.isNotEmpty(node.getFullName()) ? node.getFullName() : node.getDeptName());
|
|
vos.setTitle(StringUtils.isNotEmpty(node.getFullName()) ? node.getFullName() : node.getDeptName());
|
|
//最终返回集合
|
|
//最终返回集合
|