Commit b98f9903 authored by clone's avatar clone

bug

parent b7a5b6ac
...@@ -487,7 +487,7 @@ class Users extends Model ...@@ -487,7 +487,7 @@ class Users extends Model
->field("id") ->field("id")
->where(["user_status"=>0]) ->where(["user_status"=>0])
->count("id"); ->count("id");
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