|
@@ -2512,6 +2512,7 @@ public class ExcelTabServiceImpl extends BaseServiceImpl<ExcelTabMapper, ExcelTa
|
|
if (ancestorsPId.startsWith("0,")) {
|
|
if (ancestorsPId.startsWith("0,")) {
|
|
ancestorsPId = ancestorsPId.substring(2);
|
|
ancestorsPId = ancestorsPId.substring(2);
|
|
}
|
|
}
|
|
|
|
+ ancestorsPId=ancestorsPId+","+contract.getPKeyId();
|
|
List<Long> longList = Arrays.stream(ancestorsPId.split(","))
|
|
List<Long> longList = Arrays.stream(ancestorsPId.split(","))
|
|
.map(Long::valueOf)
|
|
.map(Long::valueOf)
|
|
.collect(Collectors.toList());
|
|
.collect(Collectors.toList());
|