Commit 9d5773fa authored by clone's avatar clone

bug

parent 73addde4
...@@ -87,7 +87,7 @@ class TAgentTotalModel extends Model ...@@ -87,7 +87,7 @@ class TAgentTotalModel extends Model
->group($group_) ->group($group_)
->order($order) ->order($order)
->select(); ->select();
echo $this->db_->getLastSql(); // echo $this->db_->getLastSql();
return $result; return $result;
} }
......
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