Commit 623a41bf by 陶然

优化

parent 73dbfd40
......@@ -304,6 +304,7 @@ namespace Kivii.Samples.Transforms
var sample = conn.Single(querySample);
if (sample == null)
{
sample = new Sample();
sample.PopulateWith(rootSample);
}
if (IncludeLocation)
......
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