mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-10 03:14:45 +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