@@ -271,7 +271,7 @@ class UserController
['name', ''],
// ['uid', 0]
]);
- $where['uid'] = (int)$request->uid();
+// $where['uid'] = (int)$request->uid();
return app('json')->success($this->services->getGiftProductList($where));
}