* finish task #2782.

This commit is contained in:
chenfeiCF
2016-11-24 14:18:15 +08:00
parent a70a30f837
commit cefe16af35
9 changed files with 50 additions and 21 deletions
+1
View File
@@ -338,6 +338,7 @@ class tree extends control
->where('root')->eq($rootID)
->andWhere('parent')->eq((int)$moduleID)
->andWhere('type')->eq($type)
->andWhere('deleted')->eq(0)
->fetchAll('id');
die(json_encode($modules));
}