Commit 25be5d3a authored by zhuwei's avatar zhuwei

bug

parent bf185ecb
...@@ -332,7 +332,6 @@ class OReportModel extends Model ...@@ -332,7 +332,6 @@ class OReportModel extends Model
AND `a`.`status` = 0 AND `a`.`status` = 0
AND `b`.`is_del` = 0 AND `b`.`is_del` = 0
) ) as aaa $where_params ORDER BY `create_time` DESC limit $start_index,$pageSize"; ) ) as aaa $where_params ORDER BY `create_time` DESC limit $start_index,$pageSize";
dump($sql);
$result = $this->db->query($sql); $result = $this->db->query($sql);
......
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