Merge remote-tracking branch 'origin/test' into test

This commit is contained in:
joylink_zhangsai 2021-03-23 11:19:27 +08:00
commit bda5126e4b

View File

@ -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);
}
}
}
}