|
|
@@ -331,6 +331,7 @@ public class FlightTrackTaskServiceImpl implements IFlightTrackTaskService {
|
|
|
.modeCode(flightTrackEntity.getModeCode())
|
|
|
.elevation(flightTrackEntity.getElevation())
|
|
|
.type(flightTrackEntity.getType())
|
|
|
+ .showPoint(flightTrackEntity.getShowPoint())
|
|
|
.createTime(LocalDateTime.ofInstant(Instant.ofEpochMilli(flightTrackEntity.getCreateTime()), ZoneId.systemDefault()))
|
|
|
;
|
|
|
}
|