Merge remote-tracking branch 'origin/test' into test
This commit is contained in:
commit
bda5126e4b
@ -230,6 +230,11 @@ public class DraftMapService implements IDraftMapService {
|
|||||||
if (Objects.equals(section.getType(), BusinessConsts.Section.SectionType.Type04)) {
|
if (Objects.equals(section.getType(), BusinessConsts.Section.SectionType.Type04)) {
|
||||||
section.setParentCode(null);
|
section.setParentCode(null);
|
||||||
}
|
}
|
||||||
|
if (Objects.equals(section.getType(), BusinessConsts.Section.SectionType.Type02)) {
|
||||||
|
if (section.isStandTrack()) {
|
||||||
|
section.setStandTrack(false);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user