Commit 4d21c90a by xin.yang

some update

parent 403e99c1
...@@ -1148,8 +1148,8 @@ namespace Siger.ApiWMS.Controllers ...@@ -1148,8 +1148,8 @@ namespace Siger.ApiWMS.Controllers
{ {
id = q.id, id = q.id,
pid = q.parentid, pid = q.parentid,
title = q.name, title = q.realname,
name = q.name name = q.realname
})); }));
locationTreeList.AddRange(locas); locationTreeList.AddRange(locas);
} }
......
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