|
@@ -626,7 +626,7 @@ public class WbsTreeContractServiceImpl extends BaseServiceImpl<WbsTreeContractM
|
|
|
if (CollectionUtil.isNotEmpty(longs)) {
|
|
|
List<Long> finalLongs = longs;
|
|
|
resultTabs.forEach(f -> {
|
|
|
- f.setIsSync(finalLongs.contains(f.getPKeyId()) ? 1 : 0);
|
|
|
+ f.setIsSync(finalLongs.contains(f.getPKeyId()) && f.getIsBussShow() != 2 ? 1 : 0);
|
|
|
});
|
|
|
}
|
|
|
}
|