feat:修复细节问题
This commit is contained in:
parent
d45e270c00
commit
26872a42f3
|
@ -154,6 +154,9 @@ public class Leg implements Serializable, EventManageable {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (this.legExtensionField != null) {
|
if (this.legExtensionField != null) {
|
||||||
|
if (this.legExtensionField.getLocationList() == null) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
for (Location location : this.legExtensionField.getLocationList()) {
|
for (Location location : this.legExtensionField.getLocationList()) {
|
||||||
if (!location.isInternal()) {
|
if (!location.isInternal()) {
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue