Commit c14b682c by 冷斌

fix bug

parent 4c3a20e1
...@@ -303,8 +303,6 @@ class IndexAction extends Action ...@@ -303,8 +303,6 @@ class IndexAction extends Action
// 是否继续作答 // 是否继续作答
$tempData = []; $tempData = [];
//$temp_id = intval($_GET['temp']); //$temp_id = intval($_GET['temp']);
var_dump($temp_id);
die;
if ($temp_id) { if ($temp_id) {
// 查询记录 // 查询记录
$map['exams_users_id'] = $temp_id; $map['exams_users_id'] = $temp_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