Commit 6dced9df authored by clone's avatar clone

bug

parent 938ff919
...@@ -571,7 +571,7 @@ class OReportModel extends Model ...@@ -571,7 +571,7 @@ class OReportModel extends Model
and a.agents_id IS NULL and a.agents_id IS NULL
and a.status in (0,1) and a.status in (0,1)
) ) as aaa limit $start_index,$pageSize"; ) ) as aaa limit $start_index,$pageSize";
echo $sql; //echo $sql;
$data = $this->db->query($sql); $data = $this->db->query($sql);
return $data; return $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