作者 郭文星

12311

... ... @@ -22,7 +22,7 @@ class Car extends Base
public function _initialize()
{
print_r($this->auth);return;
print_r($this->auth);die;
$where["id"] = ["=", $this->auth->id];
$user = Db::name("user")->where($where)->order("id desc")->find();
... ...