Commit a88814d3 by 冷斌

fix bug

parent f809a6ef
......@@ -44,7 +44,7 @@ class AdminCourseCategoryAction extends AdministratorAction
public function index(){
if(!OPEN_SCHOOL || (OPEN_SCHOOL && !is_school($this->mid))){
$treeData = model('CategoryTree')->setTable('zy_currency_category')->getNetworkList(0,0,1);
$this->displayTree( $treeData, 'zy_currency_category');
$this->displayTree( $treeData, 'zy_currency_category', -1);
}else{
// 此处同步$this->pageTab
echo 1; die;
......
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