Commit 2d6f3684 by xin.yang

fix bug

parent eee35f58
......@@ -452,6 +452,10 @@ namespace Siger.ApiWMS.Controllers
}
i++;
}
if (tmp.field.Any())
{
tmp.field.Reverse();
}
result.Add(tmp);
}
catch (Exception)
......
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