Browse Source

Wesmiler 人人车 初始化项目 0816

APPLE 3 năm trước cách đây
mục cha
commit
2473fc7e8a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      application/admin/controller/taxi/User.php

+ 1 - 1
application/admin/controller/taxi/User.php

@@ -126,7 +126,7 @@ class User extends AdminController
     public function partnership($ids)
     {
         $row = $this->model->with('user')->find($ids);
-       
+       var_dump($row);
         if (!$row) {
             IResponse::failure('记录不存在');
         }