Commit 50ef693b authored by zhuwei's avatar zhuwei

1

parent c89ee743
...@@ -1027,7 +1027,7 @@ class Users extends Model ...@@ -1027,7 +1027,7 @@ class Users extends Model
->field($field) ->field($field)
->where($params) ->where($params)
->select(); ->select();
// dump($this->getLastSql()); // big_log($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