|
|
@ -2085,6 +2085,7 @@ class QueryController extends BaseController
|
|
|
|
$this->assign('subPromotes', $subPromotes);
|
|
|
|
$this->assign('subPromotes', $subPromotes);
|
|
|
|
$this->assign('records', $records);
|
|
|
|
$this->assign('records', $records);
|
|
|
|
$this->assign('pagination', $pagination);
|
|
|
|
$this->assign('pagination', $pagination);
|
|
|
|
|
|
|
|
$this->assign('parentid',$parentId);
|
|
|
|
$this->assign('count', $count);
|
|
|
|
$this->assign('count', $count);
|
|
|
|
$this->display();
|
|
|
|
$this->display();
|
|
|
|
}
|
|
|
|
}
|
|
|
|