diff --git a/src/main/java/club/joylink/rtss/services/DraftMapService.java b/src/main/java/club/joylink/rtss/services/DraftMapService.java index db1c70662..2114d3e3d 100644 --- a/src/main/java/club/joylink/rtss/services/DraftMapService.java +++ b/src/main/java/club/joylink/rtss/services/DraftMapService.java @@ -230,6 +230,11 @@ public class DraftMapService implements IDraftMapService { if (Objects.equals(section.getType(), BusinessConsts.Section.SectionType.Type04)) { section.setParentCode(null); } + if (Objects.equals(section.getType(), BusinessConsts.Section.SectionType.Type02)) { + if (section.isStandTrack()) { + section.setStandTrack(false); + } + } } }