|
@@ -135,7 +135,7 @@ public class ContractInfoServiceImpl extends BaseServiceImpl<ContractInfoMapper,
|
|
|
@Override
|
|
|
public List<WbsTreeContractTreeAllVO> tree3(String contractId, Integer type) {
|
|
|
List<WbsTreeContractTreeAllVO> wbsTreeContractVOS = baseMapper.tree5(Long.parseLong(contractId));
|
|
|
- if (ObjectUtils.isNotEmpty(type) && type == 1) {
|
|
|
+// if (ObjectUtils.isNotEmpty(type) && type == 1) {
|
|
|
//获取所有已填报信息
|
|
|
Map<String, Long> allTable = informationQueryClient.getTreeAllTable(contractId);
|
|
|
Set<String> keySet = allTable.keySet();
|
|
@@ -152,7 +152,7 @@ public class ContractInfoServiceImpl extends BaseServiceImpl<ContractInfoMapper,
|
|
|
wtc.setSubmitCounts(0L);
|
|
|
}
|
|
|
});
|
|
|
- }
|
|
|
+// }
|
|
|
return buildWbsTreeByStreamByTreeAll(wbsTreeContractVOS);
|
|
|
}
|
|
|
|