|
@@ -141,9 +141,9 @@ public class WbsTreeContractClientImpl implements WbsTreeContractClient {
|
|
|
if (StringUtils.isNotEmpty(node.getNodeName())) {
|
|
|
wrappers.set(WbsTreeContract::getFullName, node.getNodeName());
|
|
|
}
|
|
|
- if (StringUtils.isNotEmpty(node.getPartitionCode())) {
|
|
|
+// if (StringUtils.isNotEmpty(node.getPartitionCode())) {
|
|
|
wrappers.set(WbsTreeContract::getPartitionCode, node.getPartitionCode());
|
|
|
- }
|
|
|
+// }
|
|
|
if (StringUtils.isNotEmpty(node.getSort()) && CommonUtil.checkBigDecimal(node.getSort())) {
|
|
|
wrappers.set(WbsTreeContract::getSort, node.getSort());
|
|
|
}
|