Commit b6cb2e47 authored by clone's avatar clone

Merge branch 'test'

parents e10f8bf3 b98f9903
......@@ -487,7 +487,7 @@ class Users extends Model
->field("id")
->where(["user_status"=>0])
->count("id");
echo $this->getLastSql();
// echo $this->getLastSql();
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