mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 18:47:55 +08:00
Routine Update
This commit is contained in:
@@ -32,7 +32,7 @@ namespace OpenAuth.Mvc.Controllers
|
||||
|
||||
public string LoadChildren(int id)
|
||||
{
|
||||
return JsonHelper.Instance.Serialize(_orgApp.LoadChildren(id));
|
||||
return JsonHelper.Instance.Serialize(_orgApp.LoadAllChildren(id));
|
||||
}
|
||||
|
||||
public void DelOrg(string json)
|
||||
|
Reference in New Issue
Block a user