Commit d1b25e14 by 冷斌

fix bug

parent d0b7a324
......@@ -327,7 +327,7 @@ class AdminPaperAction extends AdministratorAction
}
$paper_id = intval($_GET['paper_id']);
$b = M('exams_paper')->where(['exams_paper_id' => $paper_id])->save([
'attache' => 104
'attache' => '104'
]);
var_dump($b);
$paper = $this->mod->getPaperById($paper_id);
......
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