|
@@ -651,9 +651,6 @@ public class MeterTreeContractServiceImpl extends BaseServiceImpl<MeterTreeContr
|
|
Map<String, ContractInventoryForm> contractInventoryFormMapsByFormNumber = query.stream().collect(Collectors.toMap(ContractInventoryForm::getFormNumber, Function.identity()));
|
|
Map<String, ContractInventoryForm> contractInventoryFormMapsByFormNumber = query.stream().collect(Collectors.toMap(ContractInventoryForm::getFormNumber, Function.identity()));
|
|
Map<Long, ContractInventoryForm> contractInventoryFormMapsById = query.stream().collect(Collectors.toMap(ContractInventoryForm::getId, Function.identity()));
|
|
Map<Long, ContractInventoryForm> contractInventoryFormMapsById = query.stream().collect(Collectors.toMap(ContractInventoryForm::getId, Function.identity()));
|
|
|
|
|
|
- /*判断是否被引用、变更*/
|
|
|
|
- jdbcTemplate.query("SELECT * FROM s_change_token_inventory WHERE is_deleted = 0", new BeanPropertyRowMapper<>(ChangeTokenInventory.class)).stream();
|
|
|
|
-
|
|
|
|
Map<String, List<Map<String, String>>> rootCodeMaps = parseExcelFileToList.stream()
|
|
Map<String, List<Map<String, String>>> rootCodeMaps = parseExcelFileToList.stream()
|
|
.collect(Collectors.groupingBy(
|
|
.collect(Collectors.groupingBy(
|
|
map -> map.get("工程编号"),
|
|
map -> map.get("工程编号"),
|