Commit acadba45 authored by clone's avatar clone

bug

parent 88226ec5
...@@ -135,7 +135,7 @@ class OrderModel extends Model ...@@ -135,7 +135,7 @@ class OrderModel extends Model
WHERE WHERE
$where_ $where_
) )
) AS aaa order by aaa.create_time desc"; ) AS aaa order by aaa.id desc";
$result = $this->db_->query($sql); $result = $this->db_->query($sql);
//echo $this->db_->getLastSql(); //echo $this->db_->getLastSql();
......
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