Commit 45104813 authored by clone's avatar clone

1

parent d9239b18
...@@ -263,7 +263,7 @@ class AAgents extends BaseModel ...@@ -263,7 +263,7 @@ class AAgents extends BaseModel
$result = $this->field($field) $result = $this->field($field)
->where($where_) ->where($where_)
->select(); ->select();
echo $this->getLastSql(); //echo $this->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