Commit 4d21c90a by xin.yang

some update

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