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