Commit 636a2977 by 冷斌

`试卷`

parent f3a03e64
...@@ -49,12 +49,6 @@ class IndexAction extends CommonAction ...@@ -49,12 +49,6 @@ class IndexAction extends CommonAction
$map['listingtime'] = ['LT', time()]; $map['listingtime'] = ['LT', time()];
OPEN_SCHOOL && $map['show_place'] = ['neq', 2]; OPEN_SCHOOL && $map['show_place'] = ['neq', 2];
$list = D('ExamsPaper', 'exams')->getPaperPageList([
'best' => 1,
], 20, 'default', true);
var_dump($list);
die;
if ($config['tpl'] == 'theme_x4') { if ($config['tpl'] == 'theme_x4') {
$info_data = $this->get_index_one_data($config['item']); $info_data = $this->get_index_one_data($config['item']);
$this->assign('info_data', $info_data); $this->assign('info_data', $info_data);
......
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