@@ -55,7 +55,7 @@ public class WbsTreeContractStatisticsServiceImpl extends ServiceImpl<WbsTreeCon
return false;
}
String ancestors = lock.getAncestors();
- if (ancestors == null || !ancestors.isEmpty()) {
+ if (ancestors == null || ancestors.isEmpty()) {
String[] ids = ancestors.split(",");