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