Commit 56edb802 by 冷斌

fix bug

parent c22e7fda
......@@ -42,7 +42,9 @@ class ExamsPaperModel extends Model
}
if ((int)$isApi === 2) {
$map['_string'] .= ' AND EXISTS ( SELECT exams_paper_id from el_exams_paper_options WHERE el_exams_paper_options.exams_paper_id = el_exams_paper.exams_paper_id)';
// $map['_string'] .= ' AND ';
var_dump($map);
die;
}
$order = isset($this->order_field[$order]) ? $this->order_field[$order] : $order;
......
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