Commit f6b484f1 by 陶然

调优

parent 1fa10a19
...@@ -137,8 +137,7 @@ namespace Kivii.Samples.Transforms ...@@ -137,8 +137,7 @@ namespace Kivii.Samples.Transforms
{ {
if (IncludeLocation) if (IncludeLocation)
{ {
rtns.Result.CurrentLocation = rtns.Result.GetCurrentLocation(); if (rtns.Result.Status == (int)PackageStatus.Inbound) rtns.Result.CurrentLocation = rtns.Result.GetCurrentLocation();
} }
if (IncludeRoutes) if (IncludeRoutes)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment